#CB9ACD

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

Shades of Lilac #CB9ACD

Tints of Lilac #CB9ACD

Color information

#CB9ACD (or 0xCB9ACD) is unknown color: approx Lilac. HEX triplet: CB, 9A and CD. RGB value is (203,154,205). Sum of RGB (Red+Green+Blue) = 203+154+205=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ACD is #346532. Grayscale: #AEAEAE. Windows color (decimal): -3433779 or 13474507. OLE color: 13474507.

HSL color Cylindrical-coordinate representation of color #CB9ACD: hue angle of 297.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9ACD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203154205-
CMYK0.010.2500.20
HSL297.65º33.77%70.39%-
HSV(B)297.65º24.88%80.39%-
XYZ47.240.2263.03-
YUV174.46145.23148.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=36.12%
G=27.40%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031542050.010.2500.20297.6533.7770.39
HexCB9ACD11901412a2246
Octal31323231513102445242106
Binary1100101110011010110011011110010101001001010101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ACD; }

 p { color: rgb(203,154,205); }

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

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

 a { background-color: rgb(203,154,205); }

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

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

 span { border-color: rgb(203,154,205); }

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