#C384CF

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

Shades of Lilac #C384CF

Tints of Lilac #C384CF

Color information

#C384CF (or 0xC384CF) is unknown color: approx Lilac. HEX triplet: C3, 84 and CF. RGB value is (195,132,207). Sum of RGB (Red+Green+Blue) = 195+132+207=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C384CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384CF is #3C7B30. Grayscale: #9F9F9F. Windows color (decimal): -3963697 or 13599939. OLE color: 13599939.

HSL color Cylindrical-coordinate representation of color #C384CF: hue angle of 290.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C384CF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195132207-
CMYK0.060.3600.19
HSL290.4º43.86%66.47%-
HSV(B)290.4º36.23%81.18%-
XYZ42.0232.6163.11-
YUV159.39154.87153.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=36.52%
G=24.72%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951322070.060.3600.19290.443.8666.47
HexC384CF6240131222c42
Octal30320431764402344254102
Binary1100001110000100110011111101001000100111001000101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384CF; }

 p { color: rgb(195,132,207); }

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

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

 a { background-color: rgb(195,132,207); }

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

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

 span { border-color: rgb(195,132,207); }

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