#C392BF

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

Shades of Lilac #C392BF

Tints of Lilac #C392BF

Color information

#C392BF (or 0xC392BF) is unknown color: approx Lilac. HEX triplet: C3, 92 and BF. RGB value is (195,146,191). Sum of RGB (Red+Green+Blue) = 195+146+191=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C392BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392BF is #3C6D40. Grayscale: #A5A5A5. Windows color (decimal): -3960129 or 12554947. OLE color: 12554947.

HSL color Cylindrical-coordinate representation of color #C392BF: hue angle of 304.9º 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 #C392BF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195146191-
CMYK00.250.020.24
HSL304.9º28.99%66.86%-
HSV(B)304.9º25.13%76.47%-
XYZ42.1935.9254-
YUV165.78142.23148.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 191 (75% from 255) = 35.90%
R=36.65%
G=27.44%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514619100.250.020.24304.928.9966.86
HexC392BF0192181311d43
Octal30322227703123046135103
Binary1100001110010010101111110110011011000100110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392BF; }

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

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

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

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

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

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

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

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