#CD8AC5

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

Shades of Lilac #CD8AC5

Tints of Lilac #CD8AC5

Color information

#CD8AC5 (or 0xCD8AC5) is unknown color: approx Lilac. HEX triplet: CD, 8A and C5. RGB value is (205,138,197). Sum of RGB (Red+Green+Blue) = 205+138+197=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AC5 is #32753A. Grayscale: #A4A4A4. Windows color (decimal): -3306811 or 12946125. OLE color: 12946125.

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

Color convert

RGB205138197-
CMYK00.330.040.20
HSL307.16º40.12%67.25%-
HSV(B)307.16º32.68%80.39%-
XYZ44.3435.1957.28-
YUV164.76146.2156.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=37.96%
G=25.56%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513819700.330.040.20307.1640.1267.25
HexCD8AC50214141332843
Octal31521230504142446350103
Binary1100110110001010110001010100001100101001001100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AC5; }

 p { color: rgb(205,138,197); }

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

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

 a { background-color: rgb(205,138,197); }

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

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

 span { border-color: rgb(205,138,197); }

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