#CB93C5

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

Shades of Lilac #CB93C5

Tints of Lilac #CB93C5

Color information

#CB93C5 (or 0xCB93C5) is unknown color: approx Lilac. HEX triplet: CB, 93 and C5. RGB value is (203,147,197). Sum of RGB (Red+Green+Blue) = 203+147+197=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93C5 is #346C3A. Grayscale: #A9A9A9. Windows color (decimal): -3435579 or 12948427. OLE color: 12948427.

HSL color Cylindrical-coordinate representation of color #CB93C5: hue angle of 306.43º 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 #CB93C5 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203147197-
CMYK00.280.030.20
HSL306.43º35%68.63%-
HSV(B)306.43º27.59%79.61%-
XYZ45.1437.657.7-
YUV169.44143.55151.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=37.11%
G=26.87%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314719700.280.030.20306.433568.63
HexCB93C501C3141322345
Octal31322330503432446243105
Binary11001011100100111100010101110011101001001100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93C5; }

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

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

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

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

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

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

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

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