#C390CB

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

Shades of Lilac #C390CB

Tints of Lilac #C390CB

Color information

#C390CB (or 0xC390CB) is unknown color: approx Lilac. HEX triplet: C3, 90 and CB. RGB value is (195,144,203). Sum of RGB (Red+Green+Blue) = 195+144+203=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #C390CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390CB is #3C6F34. Grayscale: #A5A5A5. Windows color (decimal): -3960629 or 13340867. OLE color: 13340867.

HSL color Cylindrical-coordinate representation of color #C390CB: hue angle of 291.86º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C390CB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195144203-
CMYK0.040.2900.20
HSL291.86º36.2%68.04%-
HSV(B)291.86º29.06%79.61%-
XYZ43.2635.8661.14-
YUV165.98148.9148.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.98%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=35.98%
G=26.57%
B=37.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951442030.040.2900.20291.8636.268.04
HexC390CB41D0141242444
Octal30322031343502444444104
Binary110000111001000011001011100111010101001001001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390CB; }

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

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

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

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

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

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

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

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