#C387CD

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

Shades of Lilac #C387CD

Tints of Lilac #C387CD

Color information

#C387CD (or 0xC387CD) is unknown color: approx Lilac. HEX triplet: C3, 87 and CD. RGB value is (195,135,205). Sum of RGB (Red+Green+Blue) = 195+135+205=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C387CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387CD is #3C7832. Grayscale: #A0A0A0. Windows color (decimal): -3962931 or 13469635. OLE color: 13469635.

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

Color convert

RGB195135205-
CMYK0.050.3400.20
HSL291.43º41.18%66.67%-
HSV(B)291.43º34.15%80.39%-
XYZ42.1933.3461.97-
YUV160.92152.88152.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=36.45%
G=25.23%
B=38.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951352050.050.3400.20291.4341.1866.67
HexC387CD5220141232943
Octal30320731554202444351103
Binary1100001110000111110011011011000100101001001000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387CD; }

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

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

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

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

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

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

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

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