#CA79B5

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

Shades of Lily #CA79B5

Tints of Lily #CA79B5

Color information

#CA79B5 (or 0xCA79B5) is unknown color: approx Lily. HEX triplet: CA, 79 and B5. RGB value is (202,121,181). Sum of RGB (Red+Green+Blue) = 202+121+181=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79B5 is #35864A. Grayscale: #979797. Windows color (decimal): -3507787 or 11893194. OLE color: 11893194.

HSL color Cylindrical-coordinate representation of color #CA79B5: hue angle of 315.56º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79B5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202121181-
CMYK00.400.100.21
HSL315.56º43.32%63.33%-
HSV(B)315.56º40.1%79.22%-
XYZ39.5329.5747.34-
YUV152.06144.34163.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=40.08%
G=24.01%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212118100.400.100.21315.5643.3263.33
HexCA79B5028A1513c2b3f
Octal31217126505012254745377
Binary110010101111001101101010101000101010101100111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79B5; }

 p { color: rgb(202,121,181); }

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

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

 a { background-color: rgb(202,121,181); }

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

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

 span { border-color: rgb(202,121,181); }

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