#CB88CD

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

Shades of Lilac #CB88CD

Tints of Lilac #CB88CD

Color information

#CB88CD (or 0xCB88CD) is unknown color: approx Lilac. HEX triplet: CB, 88 and CD. RGB value is (203,136,205). Sum of RGB (Red+Green+Blue) = 203+136+205=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB88CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88CD is #347732. Grayscale: #A3A3A3. Windows color (decimal): -3438387 or 13469899. OLE color: 13469899.

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

Color convert

RGB203136205-
CMYK0.010.3400.20
HSL298.26º40.83%66.86%-
HSV(B)298.26º33.66%80.39%-
XYZ44.4534.7162.11-
YUV163.9151.2155.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 136 (53.52% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=37.32%
G=25%
B=37.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031362050.010.3400.20298.2640.8366.86
HexCB88CD12201412a2943
Octal31321031514202445251103
Binary11001011100010001100110111000100101001001010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88CD; }

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

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

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

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

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

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

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

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