#CA8BCD

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

Shades of Lilac #CA8BCD

Tints of Lilac #CA8BCD

Color information

#CA8BCD (or 0xCA8BCD) is unknown color: approx Lilac. HEX triplet: CA, 8B and CD. RGB value is (202,139,205). Sum of RGB (Red+Green+Blue) = 202+139+205=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BCD is #357432. Grayscale: #A5A5A5. Windows color (decimal): -3503155 or 13470666. OLE color: 13470666.

HSL color Cylindrical-coordinate representation of color #CA8BCD: hue angle of 297.27º degrees, saturation: 0.4, 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 #CA8BCD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202139205-
CMYK0.010.3200.20
HSL297.27º39.76%67.45%-
HSV(B)297.27º32.2%80.39%-
XYZ44.6135.4362.25-
YUV165.36150.37154.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=37.00%
G=25.46%
B=37.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021392050.010.3200.20297.2739.7667.45
HexCA8BCD1200141292843
Octal31221331514002445150103
Binary11001010100010111100110111000000101001001010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BCD; }

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

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

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

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

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

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

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

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