#C395CD

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

Shades of Lilac #C395CD

Tints of Lilac #C395CD

Color information

#C395CD (or 0xC395CD) is unknown color: approx Lilac. HEX triplet: C3, 95 and CD. RGB value is (195,149,205). Sum of RGB (Red+Green+Blue) = 195+149+205=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #C395CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395CD is #3C6A32. Grayscale: #A8A8A8. Windows color (decimal): -3959347 or 13473219. OLE color: 13473219.

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

Color convert

RGB195149205-
CMYK0.050.2700.20
HSL289.29º35.9%69.41%-
HSV(B)289.29º27.32%80.39%-
XYZ44.2737.562.66-
YUV169.14148.24146.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=35.52%
G=27.14%
B=37.34%

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
Decimal1951492050.050.2700.20289.2935.969.41
HexC395CD51B0141212445
Octal30322531553302444144105
Binary110000111001010111001101101110110101001001000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395CD; }

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

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

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

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

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

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

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

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