#CA8BCB

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

Shades of Lilac #CA8BCB

Tints of Lilac #CA8BCB

Color information

#CA8BCB (or 0xCA8BCB) is unknown color: approx Lilac. HEX triplet: CA, 8B and CB. RGB value is (202,139,203). Sum of RGB (Red+Green+Blue) = 202+139+203=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BCB is #357434. Grayscale: #A4A4A4. Windows color (decimal): -3503157 or 13339594. OLE color: 13339594.

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

Color convert

RGB202139203-
CMYK0.000.3200.20
HSL299.06º38.1%67.06%-
HSV(B)299.06º31.53%79.61%-
XYZ44.3735.3360.98-
YUV165.13149.37154.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=37.13%
G=25.55%
B=37.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021392030.000.3200.20299.0638.167.06
HexCA8BCB02001412b2643
Octal31221331304002445346103
Binary11001010100010111100101101000000101001001010111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BCB; }

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

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

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

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

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

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

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

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