#CB93C9

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

Shades of Lilac #CB93C9

Tints of Lilac #CB93C9

Color information

#CB93C9 (or 0xCB93C9) is unknown color: approx Lilac. HEX triplet: CB, 93 and C9. RGB value is (203,147,201). Sum of RGB (Red+Green+Blue) = 203+147+201=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93C9 is #346C36. Grayscale: #A9A9A9. Windows color (decimal): -3435575 or 13210571. OLE color: 13210571.

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

Color convert

RGB203147201-
CMYK00.280.010.20
HSL302.14º35%68.63%-
HSV(B)302.14º27.59%79.61%-
XYZ45.637.7860.15-
YUV169.9145.55151.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=36.84%
G=26.68%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314720100.280.010.20302.143568.63
HexCB93C901C11412e2345
Octal31322331103412445643105
Binary1100101110010011110010010111001101001001011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93C9; }

 p { color: rgb(203,147,201); }

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

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

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

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

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

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

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