#CB8FCB

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

Shades of Lilac #CB8FCB

Tints of Lilac #CB8FCB

Color information

#CB8FCB (or 0xCB8FCB) is unknown color: approx Lilac. HEX triplet: CB, 8F and CB. RGB value is (203,143,203). Sum of RGB (Red+Green+Blue) = 203+143+203=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCB is #347034. Grayscale: #A7A7A7. Windows color (decimal): -3436597 or 13340619. OLE color: 13340619.

HSL color Cylindrical-coordinate representation of color #CB8FCB: 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 #CB8FCB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203143203-
CMYK00.3000.20
HSL300º36.59%67.84%-
HSV(B)300º29.56%79.61%-
XYZ45.2336.6561.19-
YUV167.78147.88153.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=36.98%
G=26.05%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314320300.3000.2030036.5967.84
HexCB8FCB01E01412c2544
Octal31321731303602445445104
Binary1100101110001111110010110111100101001001011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FCB; }

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

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

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

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

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

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

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

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