#CA78B3

Color #CA78B3 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CA78B3

Tints of Lily #CA78B3

Color information

#CA78B3 (or 0xCA78B3) is unknown color: approx Lily. HEX triplet: CA, 78 and B3. RGB value is (202,120,179). Sum of RGB (Red+Green+Blue) = 202+120+179=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA78B3 is #35874C. Grayscale: #979797. Windows color (decimal): -3508045 or 11761866. OLE color: 11761866.

HSL color Cylindrical-coordinate representation of color #CA78B3: hue angle of 316.83º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78B3 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202120179-
CMYK00.410.110.21
HSL316.83º43.62%63.14%-
HSV(B)316.83º40.59%79.22%-
XYZ39.2129.2446.23-
YUV151.24143.67164.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=40.32%
G=23.95%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212017900.410.110.21316.8343.6263.14
HexCA78B3029B1513d2c3f
Octal31217026305113254755477
Binary110010101111000101100110101001101110101100111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78B3; }

 p { color: rgb(202,120,179); }

 H1.HeaderClassName
 {
   color: #CA78B3;
 }
 .AnyTagClassName
 {
   color: #CA78B3;
 }
</style>
background-color css

<style>
 a { background-color: #CA78B3; }

 a { background-color: rgb(202,120,179); }

 div.DivClassName
 {
   background-color: #CA78B3;
 }
 .BgClassName
 {
   background-color: #CA78B3;
 }
</style>
border-color css

<style>
 span { border-color: #CA78B3; }

 span { border-color: rgb(202,120,179); }

 td.TdClassName
 {
   border-color: #CA78B3;
 }
 .TagClassName
 {
   border-color: #CA78B3;
 }
</style>