#CD85C3

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

Shades of Lilac #CD85C3

Tints of Lilac #CD85C3

Color information

#CD85C3 (or 0xCD85C3) is unknown color: approx Lilac. HEX triplet: CD, 85 and C3. RGB value is (205,133,195). Sum of RGB (Red+Green+Blue) = 205+133+195=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85C3 is #327A3C. Grayscale: #A1A1A1. Windows color (decimal): -3308093 or 12813773. OLE color: 12813773.

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

Color convert

RGB205133195-
CMYK00.350.050.20
HSL308.33º41.86%66.27%-
HSV(B)308.33º35.12%80.39%-
XYZ43.4133.6955.85-
YUV161.6146.85158.96-

RGB Variations

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

RGB

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

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
Decimal20513319500.350.050.20308.3341.8666.27
HexCD85C30235141342a42
Octal31520530304352446452102
Binary1100110110000101110000110100011101101001001101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85C3; }

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

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

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

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

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

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

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

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