#CD8AAD

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

Shades of Lily #CD8AAD

Tints of Lily #CD8AAD

Color information

#CD8AAD (or 0xCD8AAD) is unknown color: approx Lily. HEX triplet: CD, 8A and AD. RGB value is (205,138,173). Sum of RGB (Red+Green+Blue) = 205+138+173=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8AAD is #327552. Grayscale: #A1A1A1. Windows color (decimal): -3306835 or 11373261. OLE color: 11373261.

HSL color Cylindrical-coordinate representation of color #CD8AAD: hue angle of 328.66º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8AAD is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205138173-
CMYK00.330.160.20
HSL328.66º40.12%67.25%-
HSV(B)328.66º32.68%80.39%-
XYZ41.8134.1743.93-
YUV162.02134.2158.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=39.73%
G=26.74%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513817300.330.160.20328.6640.1267.25
HexCD8AAD02110141492843
Octal315212255041202451150103
Binary110011011000101010101101010000110000101001010010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AAD; }

 p { color: rgb(205,138,173); }

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

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

 a { background-color: rgb(205,138,173); }

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

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

 span { border-color: rgb(205,138,173); }

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