#CD8ACD

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

Shades of Lilac #CD8ACD

Tints of Lilac #CD8ACD

Color information

#CD8ACD (or 0xCD8ACD) is unknown color: approx Lilac. HEX triplet: CD, 8A and CD. RGB value is (205,138,205). Sum of RGB (Red+Green+Blue) = 205+138+205=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ACD is #327532. Grayscale: #A5A5A5. Windows color (decimal): -3306803 or 13470413. OLE color: 13470413.

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

Color convert

RGB205138205-
CMYK00.3300.20
HSL300º40.12%67.25%-
HSV(B)300º32.68%80.39%-
XYZ45.2835.5662.24-
YUV165.67150.2156.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=37.41%
G=25.18%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513820500.3300.2030040.1267.25
HexCD8ACD02101412c2843
Octal31521231504102445450103
Binary11001101100010101100110101000010101001001011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8ACD; }

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

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

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

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

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

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

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

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