#CD8EC6

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

Shades of Lilac #CD8EC6

Tints of Lilac #CD8EC6

Color information

#CD8EC6 (or 0xCD8EC6) is unknown color: approx Lilac. HEX triplet: CD, 8E and C6. RGB value is (205,142,198). Sum of RGB (Red+Green+Blue) = 205+142+198=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EC6 is #327139. Grayscale: #A7A7A7. Windows color (decimal): -3305786 or 13012685. OLE color: 13012685.

HSL color Cylindrical-coordinate representation of color #CD8EC6: hue angle of 306.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8EC6 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205142198-
CMYK00.310.030.20
HSL306.67º38.65%68.04%-
HSV(B)306.67º30.73%80.39%-
XYZ45.0436.458.08-
YUV167.22145.37154.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=37.61%
G=26.06%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514219800.310.030.20306.6738.6568.04
HexCD8EC601F3141332744
Octal31521630603732446347104
Binary11001101100011101100011001111111101001001100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EC6; }

 p { color: rgb(205,142,198); }

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

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

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

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

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

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

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