#CD8DD9

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

Shades of Wisteria #CD8DD9

Tints of Wisteria #CD8DD9

Color information

#CD8DD9 (or 0xCD8DD9) is unknown color: approx Wisteria. HEX triplet: CD, 8D and D9. RGB value is (205,141,217). Sum of RGB (Red+Green+Blue) = 205+141+217=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD8DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DD9 is #327226. Grayscale: #A8A8A8. Windows color (decimal): -3306023 or 14257613. OLE color: 14257613.

HSL color Cylindrical-coordinate representation of color #CD8DD9: hue angle of 290.53º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8DD9 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205141217-
CMYK0.060.3500.15
HSL290.53º50%70.2%-
HSV(B)290.53º35.02%85.1%-
XYZ47.2337.0470.31-
YUV168.8155.2153.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=36.41%
G=25.04%
B=38.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051412170.060.3500.15290.535070.2
HexCD8DD96230F1233246
Octal31521533164301744362106
Binary110011011000110111011001110100011011111001000111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DD9; }

 p { color: rgb(205,141,217); }

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

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

 a { background-color: rgb(205,141,217); }

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

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

 span { border-color: rgb(205,141,217); }

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