#CA8DCB

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

Shades of Lilac #CA8DCB

Tints of Lilac #CA8DCB

Color information

#CA8DCB (or 0xCA8DCB) is unknown color: approx Lilac. HEX triplet: CA, 8D and CB. RGB value is (202,141,203). Sum of RGB (Red+Green+Blue) = 202+141+203=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DCB is #357234. Grayscale: #A6A6A6. Windows color (decimal): -3502645 or 13340106. OLE color: 13340106.

HSL color Cylindrical-coordinate representation of color #CA8DCB: hue angle of 299.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8DCB is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202141203-
CMYK0.000.3100.20
HSL299.03º37.35%67.45%-
HSV(B)299.03º30.54%79.61%-
XYZ44.6635.9261.08-
YUV166.31148.71153.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=37.00%
G=25.82%
B=37.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021412030.000.3100.20299.0337.3567.45
HexCA8DCB01F01412b2543
Octal31221531303702445345103
Binary1100101010001101110010110111110101001001010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DCB; }

 p { color: rgb(202,141,203); }

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

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

 a { background-color: rgb(202,141,203); }

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

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

 span { border-color: rgb(202,141,203); }

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