#CA93BD

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

Shades of Lily #CA93BD

Tints of Lily #CA93BD

Color information

#CA93BD (or 0xCA93BD) is unknown color: approx Lily. HEX triplet: CA, 93 and BD. RGB value is (202,147,189). Sum of RGB (Red+Green+Blue) = 202+147+189=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93BD is #356C42. Grayscale: #A8A8A8. Windows color (decimal): -3501123 or 12424138. OLE color: 12424138.

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

Color convert

RGB202147189-
CMYK00.270.060.21
HSL314.18º34.16%68.43%-
HSV(B)314.18º27.23%79.22%-
XYZ43.9837.152.99-
YUV168.23139.72152.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=37.55%
G=27.32%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214718900.270.060.21314.1834.1668.43
HexCA93BD01B61513a2244
Octal31222327503362547242104
Binary110010101001001110111101011011110101011001110101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93BD; }

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

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

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

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

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

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

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

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