#CB98D0

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

Shades of Lilac #CB98D0

Tints of Lilac #CB98D0

Color information

#CB98D0 (or 0xCB98D0) is unknown color: approx Lilac. HEX triplet: CB, 98 and D0. RGB value is (203,152,208). Sum of RGB (Red+Green+Blue) = 203+152+208=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98D0 is #34672F. Grayscale: #ADADAD. Windows color (decimal): -3434288 or 13670603. OLE color: 13670603.

HSL color Cylindrical-coordinate representation of color #CB98D0: hue angle of 294.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB98D0 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203152208-
CMYK0.020.2700.18
HSL294.64º37.33%70.59%-
HSV(B)294.64º26.92%81.57%-
XYZ47.2439.7164.85-
YUV173.63147.4148.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=36.06%
G=27.00%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031522080.020.2700.18294.6437.3370.59
HexCB98D021B0121272547
Octal31323032023302244745107
Binary11001011100110001101000010110110100101001001111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98D0; }

 p { color: rgb(203,152,208); }

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

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

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

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

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

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

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