#CD8ADD

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

Shades of Wisteria #CD8ADD

Tints of Wisteria #CD8ADD

Color information

#CD8ADD (or 0xCD8ADD) is unknown color: approx Wisteria. HEX triplet: CD, 8A and DD. RGB value is (205,138,221). Sum of RGB (Red+Green+Blue) = 205+138+221=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ADD is #327522. Grayscale: #A7A7A7. Windows color (decimal): -3306787 or 14518989. OLE color: 14518989.

HSL color Cylindrical-coordinate representation of color #CD8ADD: hue angle of 288.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD8ADD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205138221-
CMYK0.070.3800.13
HSL288.43º54.97%70.39%-
HSV(B)288.43º37.56%86.67%-
XYZ47.3236.3872.93-
YUV167.5158.2154.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 138 (54.30% from 255) = 24.47%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=36.35%
G=24.47%
B=39.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051382210.070.3800.13288.4354.9770.39
HexCD8ADD7260D1203746
Octal31521233574601544067106
Binary110011011000101011011101111100110011011001000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8ADD; }

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

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

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

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

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

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

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

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