#CA91BD

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

Shades of Lily #CA91BD

Tints of Lily #CA91BD

Color information

#CA91BD (or 0xCA91BD) is unknown color: approx Lily. HEX triplet: CA, 91 and BD. RGB value is (202,145,189). Sum of RGB (Red+Green+Blue) = 202+145+189=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91BD is #356E42. Grayscale: #A6A6A6. Windows color (decimal): -3501635 or 12423626. OLE color: 12423626.

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

Color convert

RGB202145189-
CMYK00.280.060.21
HSL313.68º34.97%68.04%-
HSV(B)313.68º28.22%79.22%-
XYZ43.6736.4852.88-
YUV167.06140.38152.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=37.69%
G=27.05%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214518900.280.060.21313.6834.9768.04
HexCA91BD01C61513a2344
Octal31222127503462547243104
Binary110010101001000110111101011100110101011001110101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA91BD; }

 p { color: rgb(202,145,189); }

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

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

 a { background-color: rgb(202,145,189); }

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

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

 span { border-color: rgb(202,145,189); }

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