#C395CC

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

Shades of Lilac #C395CC

Tints of Lilac #C395CC

Color information

#C395CC (or 0xC395CC) is unknown color: approx Lilac. HEX triplet: C3, 95 and CC. RGB value is (195,149,204). Sum of RGB (Red+Green+Blue) = 195+149+204=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #C395CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395CC is #3C6A33. Grayscale: #A8A8A8. Windows color (decimal): -3959348 or 13407683. OLE color: 13407683.

HSL color Cylindrical-coordinate representation of color #C395CC: hue angle of 290.18º degrees, saturation: 0.35, 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 #C395CC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195149204-
CMYK0.040.2700.2
HSL290.18º35.03%69.22%-
HSV(B)290.18º26.96%80%-
XYZ44.1537.4662.03-
YUV169.02147.74146.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=35.58%
G=27.19%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951492040.040.2700.2290.1835.0369.22
HexC395CC41B0141222345
Octal30322531443302444243105
Binary110000111001010111001100100110110101001001000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395CC; }

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

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

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

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

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

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

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

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