#CD8EC1

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

Shades of Lilac #CD8EC1

Tints of Lilac #CD8EC1

Color information

#CD8EC1 (or 0xCD8EC1) is unknown color: approx Lilac. HEX triplet: CD, 8E and C1. RGB value is (205,142,193). Sum of RGB (Red+Green+Blue) = 205+142+193=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8EC1 is #32713E. Grayscale: #A6A6A6. Windows color (decimal): -3305791 or 12685005. OLE color: 12685005.

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

Color convert

RGB205142193-
CMYK00.310.060.20
HSL311.43º38.65%68.04%-
HSV(B)311.43º30.73%80.39%-
XYZ44.4836.1855.09-
YUV166.65142.87155.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=37.96%
G=26.30%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514219300.310.060.20311.4338.6568.04
HexCD8EC101F6141372744
Octal31521630103762446747104
Binary110011011000111011000001011111110101001001101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8EC1; }

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

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

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

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

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

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

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

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