#C393CB

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

Shades of Lilac #C393CB

Tints of Lilac #C393CB

Color information

#C393CB (or 0xC393CB) is unknown color: approx Lilac. HEX triplet: C3, 93 and CB. RGB value is (195,147,203). Sum of RGB (Red+Green+Blue) = 195+147+203=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #C393CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393CB is #3C6C34. Grayscale: #A7A7A7. Windows color (decimal): -3959861 or 13341635. OLE color: 13341635.

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

Color convert

RGB195147203-
CMYK0.040.2800.20
HSL291.43º35%68.63%-
HSV(B)291.43º27.59%79.61%-
XYZ43.7236.7861.3-
YUV167.74147.9147.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 147 (57.81% from 255) = 26.97%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=35.78%
G=26.97%
B=37.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951472030.040.2800.20291.433568.63
HexC393CB41C0141232345
Octal30322331343402444343105
Binary110000111001001111001011100111000101001001000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393CB; }

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

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

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

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

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

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

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

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