#CB97D3

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

Shades of Lilac #CB97D3

Tints of Lilac #CB97D3

Color information

#CB97D3 (or 0xCB97D3) is unknown color: approx Lilac. HEX triplet: CB, 97 and D3. RGB value is (203,151,211). Sum of RGB (Red+Green+Blue) = 203+151+211=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB97D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97D3 is #34682C. Grayscale: #ADADAD. Windows color (decimal): -3434541 or 13866955. OLE color: 13866955.

HSL color Cylindrical-coordinate representation of color #CB97D3: hue angle of 292º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB97D3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203151211-
CMYK0.040.2800.17
HSL292º40.54%70.98%-
HSV(B)292º28.44%82.75%-
XYZ47.4539.5366.76-
YUV173.39149.23149.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 211 (82.81% from 255) = 37.35%
R=35.93%
G=26.73%
B=37.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031512110.040.2800.1729240.5470.98
HexCB97D341C0111242947
Octal31322732343402144451107
Binary110010111001011111010011100111000100011001001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97D3; }

 p { color: rgb(203,151,211); }

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

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

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

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

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

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

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