#CB93C2

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

Shades of Lilac #CB93C2

Tints of Lilac #CB93C2

Color information

#CB93C2 (or 0xCB93C2) is unknown color: approx Lilac. HEX triplet: CB, 93 and C2. RGB value is (203,147,194). Sum of RGB (Red+Green+Blue) = 203+147+194=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93C2 is #346C3D. Grayscale: #A8A8A8. Windows color (decimal): -3435582 or 12751819. OLE color: 12751819.

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

Color convert

RGB203147194-
CMYK00.280.040.20
HSL309.64º35%68.63%-
HSV(B)309.64º27.59%79.61%-
XYZ44.837.4655.91-
YUV169.1142.05152.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=37.32%
G=27.02%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314719400.280.040.20309.643568.63
HexCB93C201C4141362345
Octal31322330203442446643105
Binary110010111001001111000010011100100101001001101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93C2; }

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

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

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

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

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

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

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

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