#C385CF

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

Shades of Lilac #C385CF

Tints of Lilac #C385CF

Color information

#C385CF (or 0xC385CF) is unknown color: approx Lilac. HEX triplet: C3, 85 and CF. RGB value is (195,133,207). Sum of RGB (Red+Green+Blue) = 195+133+207=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C385CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CF is #3C7A30. Grayscale: #9F9F9F. Windows color (decimal): -3963441 or 13600195. OLE color: 13600195.

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

Color convert

RGB195133207-
CMYK0.060.3600.19
HSL290.27º43.53%66.67%-
HSV(B)290.27º35.75%81.18%-
XYZ42.1632.8863.16-
YUV159.97154.54152.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=36.45%
G=24.86%
B=38.69%

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
Decimal1951332070.060.3600.19290.2743.5366.67
HexC385CF6240131222c43
Octal30320531764402344254103
Binary1100001110000101110011111101001000100111001000101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385CF; }

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

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

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

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

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

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

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

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