#C392BD

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

Shades of Lilac #C392BD

Tints of Lilac #C392BD

Color information

#C392BD (or 0xC392BD) is unknown color: approx Lilac. HEX triplet: C3, 92 and BD. RGB value is (195,146,189). Sum of RGB (Red+Green+Blue) = 195+146+189=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C392BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392BD is #3C6D42. Grayscale: #A5A5A5. Windows color (decimal): -3960131 or 12423875. OLE color: 12423875.

HSL color Cylindrical-coordinate representation of color #C392BD: hue angle of 307.35º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C392BD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195146189-
CMYK00.250.030.24
HSL307.35º28.99%66.86%-
HSV(B)307.35º25.13%76.47%-
XYZ41.9735.8352.85-
YUV165.55141.23149-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=36.79%
G=27.55%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514618900.250.030.24307.3528.9966.86
HexC392BD0193181331d43
Octal30322227503133046335103
Binary1100001110010010101111010110011111000100110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392BD; }

 p { color: rgb(195,146,189); }

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

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

 a { background-color: rgb(195,146,189); }

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

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

 span { border-color: rgb(195,146,189); }

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