#C394CD

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

Shades of Lilac #C394CD

Tints of Lilac #C394CD

Color information

#C394CD (or 0xC394CD) is unknown color: approx Lilac. HEX triplet: C3, 94 and CD. RGB value is (195,148,205). Sum of RGB (Red+Green+Blue) = 195+148+205=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C394CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394CD is #3C6B32. Grayscale: #A8A8A8. Windows color (decimal): -3959603 or 13472963. OLE color: 13472963.

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

Color convert

RGB195148205-
CMYK0.050.2800.20
HSL289.47º36.31%69.22%-
HSV(B)289.47º27.8%80.39%-
XYZ44.1237.1962.61-
YUV168.55148.57146.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=35.58%
G=27.01%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951482050.050.2800.20289.4736.3169.22
HexC394CD51C0141212445
Octal30322431553402444144105
Binary110000111001010011001101101111000101001001000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394CD; }

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

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

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

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

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

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

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

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