#CD8BD5

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

Shades of Lilac #CD8BD5

Tints of Lilac #CD8BD5

Color information

#CD8BD5 (or 0xCD8BD5) is unknown color: approx Lilac. HEX triplet: CD, 8B and D5. RGB value is (205,139,213). Sum of RGB (Red+Green+Blue) = 205+139+213=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BD5 is #32742A. Grayscale: #A6A6A6. Windows color (decimal): -3306539 or 13994957. OLE color: 13994957.

HSL color Cylindrical-coordinate representation of color #CD8BD5: hue angle of 293.51º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8BD5 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205139213-
CMYK0.040.3500.16
HSL293.51º46.84%69.02%-
HSV(B)293.51º34.74%83.53%-
XYZ46.4236.2567.5-
YUV167.17153.87154.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 139 (54.69% from 255) = 24.96%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=36.80%
G=24.96%
B=38.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051392130.040.3500.16293.5146.8469.02
HexCD8BD54230101262f45
Octal31521332544302044657105
Binary1100110110001011110101011001000110100001001001101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BD5; }

 p { color: rgb(205,139,213); }

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

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

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

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

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

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

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