#CD8ABD

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

Shades of Lily #CD8ABD

Tints of Lily #CD8ABD

Color information

#CD8ABD (or 0xCD8ABD) is unknown color: approx Lily. HEX triplet: CD, 8A and BD. RGB value is (205,138,189). Sum of RGB (Red+Green+Blue) = 205+138+189=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ABD is #327542. Grayscale: #A3A3A3. Windows color (decimal): -3306819 or 12421837. OLE color: 12421837.

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

Color convert

RGB205138189-
CMYK00.330.080.20
HSL314.33º40.12%67.25%-
HSV(B)314.33º32.68%80.39%-
XYZ43.4534.8352.58-
YUV163.85142.2157.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=38.53%
G=25.94%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513818900.330.080.20314.3340.1267.25
HexCD8ABD02181413a2843
Octal315212275041102447250103
Binary11001101100010101011110101000011000101001001110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8ABD; }

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

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

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

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

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

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

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

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