#CA90B2

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

Shades of Lily #CA90B2

Tints of Lily #CA90B2

Color information

#CA90B2 (or 0xCA90B2) is unknown color: approx Lily. HEX triplet: CA, 90 and B2. RGB value is (202,144,178). Sum of RGB (Red+Green+Blue) = 202+144+178=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90B2 is #356F4D. Grayscale: #A5A5A5. Windows color (decimal): -3501902 or 11702474. OLE color: 11702474.

HSL color Cylindrical-coordinate representation of color #CA90B2: hue angle of 324.83º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90B2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202144178-
CMYK00.290.120.21
HSL324.83º35.37%67.84%-
HSV(B)324.83º28.71%79.22%-
XYZ42.3735.7246.78-
YUV165.22135.22154.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=38.55%
G=27.48%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214417800.290.120.21324.8335.3767.84
HexCA90B201DC151452344
Octal312220262035142550543104
Binary1100101010010000101100100111011100101011010001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90B2; }

 p { color: rgb(202,144,178); }

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

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

 a { background-color: rgb(202,144,178); }

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

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

 span { border-color: rgb(202,144,178); }

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