#C396CD

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

Shades of Lilac #C396CD

Tints of Lilac #C396CD

Color information

#C396CD (or 0xC396CD) is unknown color: approx Lilac. HEX triplet: C3, 96 and CD. RGB value is (195,150,205). Sum of RGB (Red+Green+Blue) = 195+150+205=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #C396CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396CD is #3C6932. Grayscale: #A9A9A9. Windows color (decimal): -3959091 or 13473475. OLE color: 13473475.

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

Color convert

RGB195150205-
CMYK0.050.2700.20
HSL289.09º35.48%69.61%-
HSV(B)289.09º26.83%80.39%-
XYZ44.4337.8262.72-
YUV169.72147.91146.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=35.45%
G=27.27%
B=37.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951502050.050.2700.20289.0935.4869.61
HexC396CD51B0141212346
Octal30322631553302444143106
Binary110000111001011011001101101110110101001001000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396CD; }

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

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

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

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

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

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

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

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