#CB93D0

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

Shades of Lilac #CB93D0

Tints of Lilac #CB93D0

Color information

#CB93D0 (or 0xCB93D0) is unknown color: approx Lilac. HEX triplet: CB, 93 and D0. RGB value is (203,147,208). Sum of RGB (Red+Green+Blue) = 203+147+208=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93D0 is #346C2F. Grayscale: #AAAAAA. Windows color (decimal): -3435568 or 13669323. OLE color: 13669323.

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

Color convert

RGB203147208-
CMYK0.020.2900.18
HSL295.08º39.35%69.61%-
HSV(B)295.08º29.33%81.57%-
XYZ46.4538.1264.58-
YUV170.7149.05151.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=36.38%
G=26.34%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031472080.020.2900.18295.0839.3569.61
HexCB93D021D0121272746
Octal31322332023502244747106
Binary11001011100100111101000010111010100101001001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93D0; }

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

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

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

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

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

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

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

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