#C385CD

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

Shades of Lilac #C385CD

Tints of Lilac #C385CD

Color information

#C385CD (or 0xC385CD) is unknown color: approx Lilac. HEX triplet: C3, 85 and CD. RGB value is (195,133,205). Sum of RGB (Red+Green+Blue) = 195+133+205=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C385CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CD is #3C7A32. Grayscale: #9F9F9F. Windows color (decimal): -3963443 or 13469123. OLE color: 13469123.

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

Color convert

RGB195133205-
CMYK0.050.3500.20
HSL291.67º41.86%66.27%-
HSV(B)291.67º35.12%80.39%-
XYZ41.9132.7861.88-
YUV159.75153.54153.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=36.59%
G=24.95%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951332050.050.3500.20291.6741.8666.27
HexC385CD5230141242a42
Octal30320531554302444452102
Binary1100001110000101110011011011000110101001001001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385CD; }

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

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

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

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

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

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

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

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