#C385CE

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

Shades of Lilac #C385CE

Tints of Lilac #C385CE

Color information

#C385CE (or 0xC385CE) is unknown color: approx Lilac. HEX triplet: C3, 85 and CE. RGB value is (195,133,206). Sum of RGB (Red+Green+Blue) = 195+133+206=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C385CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CE is #3C7A31. Grayscale: #9F9F9F. Windows color (decimal): -3963442 or 13534659. OLE color: 13534659.

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

Color convert

RGB195133206-
CMYK0.050.3500.19
HSL290.96º42.69%66.47%-
HSV(B)290.96º35.44%80.78%-
XYZ42.0332.8362.51-
YUV159.86154.04153.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=36.52%
G=24.91%
B=38.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951332060.050.3500.19290.9642.6966.47
HexC385CE5230131232b42
Octal30320531654302344353102
Binary1100001110000101110011101011000110100111001000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385CE; }

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

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

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

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

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

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

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

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