#CA79B1

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

Shades of Lily #CA79B1

Tints of Lily #CA79B1

Color information

#CA79B1 (or 0xCA79B1) is unknown color: approx Lily. HEX triplet: CA, 79 and B1. RGB value is (202,121,177). Sum of RGB (Red+Green+Blue) = 202+121+177=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA79B1 is #35864E. Grayscale: #979797. Windows color (decimal): -3507791 or 11631050. OLE color: 11631050.

HSL color Cylindrical-coordinate representation of color #CA79B1: hue angle of 318.52º 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 #CA79B1 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202121177-
CMYK00.400.120.21
HSL318.52º43.32%63.33%-
HSV(B)318.52º40.1%79.22%-
XYZ39.1329.4145.21-
YUV151.6142.34163.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=40.4%
G=24.2%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212117700.400.120.21318.5243.3263.33
HexCA79B1028C1513f2b3f
Octal31217126105014254775377
Binary110010101111001101100010101000110010101100111111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79B1; }

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

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

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

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

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

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

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

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