#CD8CC6

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

Shades of Lilac #CD8CC6

Tints of Lilac #CD8CC6

Color information

#CD8CC6 (or 0xCD8CC6) is unknown color: approx Lilac. HEX triplet: CD, 8C and C6. RGB value is (205,140,198). Sum of RGB (Red+Green+Blue) = 205+140+198=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CC6 is #327339. Grayscale: #A5A5A5. Windows color (decimal): -3306298 or 13012173. OLE color: 13012173.

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

Color convert

RGB205140198-
CMYK00.320.030.20
HSL306.46º39.39%67.65%-
HSV(B)306.46º31.71%80.39%-
XYZ44.7535.8157.98-
YUV166.05146.03155.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=37.75%
G=25.78%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514019800.320.030.20306.4639.3967.65
HexCD8CC60203141322744
Octal31521430604032446247104
Binary110011011000110011000110010000011101001001100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CC6; }

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

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

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

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

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

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

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

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