#CB8FCD

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

Shades of Lilac #CB8FCD

Tints of Lilac #CB8FCD

Color information

#CB8FCD (or 0xCB8FCD) is unknown color: approx Lilac. HEX triplet: CB, 8F and CD. RGB value is (203,143,205). Sum of RGB (Red+Green+Blue) = 203+143+205=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCD is #347032. Grayscale: #A7A7A7. Windows color (decimal): -3436595 or 13471691. OLE color: 13471691.

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

Color convert

RGB203143205-
CMYK0.010.3000.20
HSL298.06º38.27%68.24%-
HSV(B)298.06º30.24%80.39%-
XYZ45.4736.7562.45-
YUV168.01148.88152.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=36.84%
G=25.95%
B=37.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031432050.010.3000.20298.0638.2768.24
HexCB8FCD11E01412a2644
Octal31321731513602445246104
Binary1100101110001111110011011111100101001001010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FCD; }

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

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

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

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

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

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

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

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