#C392CD

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

Shades of Lilac #C392CD

Tints of Lilac #C392CD

Color information

#C392CD (or 0xC392CD) is unknown color: approx Lilac. HEX triplet: C3, 92 and CD. RGB value is (195,146,205). Sum of RGB (Red+Green+Blue) = 195+146+205=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C392CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392CD is #3C6D32. Grayscale: #A7A7A7. Windows color (decimal): -3960115 or 13472451. OLE color: 13472451.

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

Color convert

RGB195146205-
CMYK0.050.2900.20
HSL289.83º37.11%68.82%-
HSV(B)289.83º28.78%80.39%-
XYZ43.836.5762.51-
YUV167.38149.23147.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.71%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=35.71%
G=26.74%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951462050.050.2900.20289.8337.1168.82
HexC392CD51D0141222545
Octal30322231553502444245105
Binary110000111001001011001101101111010101001001000101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392CD; }

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

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

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

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

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

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

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

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