#cd8cc1

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

Shades of Lilac #CD8CC1

Tints of Lilac #CD8CC1

Color information

#CD8CC1 (or 0xCD8CC1) is unknown color: approx Lilac. HEX triplet: CD, 8C and C1. RGB value is (205,140,193). Sum of RGB (Red+Green+Blue) = 205+140+193=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CC1 is #32733E. Grayscale: #A5A5A5. Windows color (decimal): -3306303 or 12684493. OLE color: 12684493.

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

Color convert

RGB205140193-
CMYK00.320.060.20
HSL311.08º39.39%67.65%-
HSV(B)311.08º31.71%80.39%-
XYZ44.1835.5954.99-
YUV165.48143.53156.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=38.10%
G=26.02%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514019300.320.060.20311.0839.3967.65
HexCD8CC10206141372744
Octal31521430104062446747104
Binary1100110110001100110000010100000110101001001101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8cc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8cc1; }

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

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

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

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

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

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

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

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