#CB8DCD

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

Shades of Lilac #CB8DCD

Tints of Lilac #CB8DCD

Color information

#CB8DCD (or 0xCB8DCD) is unknown color: approx Lilac. HEX triplet: CB, 8D and CD. RGB value is (203,141,205). Sum of RGB (Red+Green+Blue) = 203+141+205=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DCD is #347232. Grayscale: #A6A6A6. Windows color (decimal): -3437107 or 13471179. OLE color: 13471179.

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

Color convert

RGB203141205-
CMYK0.010.3100.20
HSL298.12º39.02%67.84%-
HSV(B)298.12º31.22%80.39%-
XYZ45.1736.1562.36-
YUV166.83149.54153.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=36.98%
G=25.68%
B=37.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031412050.010.3100.20298.1239.0267.84
HexCB8DCD11F01412a2744
Octal31321531513702445247104
Binary1100101110001101110011011111110101001001010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DCD; }

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

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

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

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

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

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

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

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