#CB8ECB

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

Shades of Lilac #CB8ECB

Tints of Lilac #CB8ECB

Color information

#CB8ECB (or 0xCB8ECB) is unknown color: approx Lilac. HEX triplet: CB, 8E and CB. RGB value is (203,142,203). Sum of RGB (Red+Green+Blue) = 203+142+203=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ECB is #347134. Grayscale: #A7A7A7. Windows color (decimal): -3436853 or 13340363. OLE color: 13340363.

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

Color convert

RGB203142203-
CMYK00.3000.20
HSL300º36.97%67.65%-
HSV(B)300º30.05%79.61%-
XYZ45.0836.3561.14-
YUV167.19148.21153.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 142 (55.86% from 255) = 25.91%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=37.04%
G=25.91%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314220300.3000.2030036.9767.65
HexCB8ECB01E01412c2544
Octal31321631303602445445104
Binary1100101110001110110010110111100101001001011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ECB; }

 p { color: rgb(203,142,203); }

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

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

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

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

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

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

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