#CD86C3

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

Shades of Lilac #CD86C3

Tints of Lilac #CD86C3

Color information

#CD86C3 (or 0xCD86C3) is unknown color: approx Lilac. HEX triplet: CD, 86 and C3. RGB value is (205,134,195). Sum of RGB (Red+Green+Blue) = 205+134+195=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD86C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD86C3 is #32793C. Grayscale: #A2A2A2. Windows color (decimal): -3307837 or 12814029. OLE color: 12814029.

HSL color Cylindrical-coordinate representation of color #CD86C3: hue angle of 308.45º 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 #CD86C3 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB205134195-
CMYK00.350.050.20
HSL308.45º41.52%66.47%-
HSV(B)308.45º34.63%80.39%-
XYZ43.5533.9755.89-
YUV162.18146.52158.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=38.39%
G=25.09%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513419500.350.050.20308.4541.5266.47
HexCD86C30235141342a42
Octal31520630304352446452102
Binary1100110110000110110000110100011101101001001101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD86C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD86C3; }

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

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

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

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

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

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

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

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