#CD8BDD

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

Shades of Wisteria #CD8BDD

Tints of Wisteria #CD8BDD

Color information

#CD8BDD (or 0xCD8BDD) is unknown color: approx Wisteria. HEX triplet: CD, 8B and DD. RGB value is (205,139,221). Sum of RGB (Red+Green+Blue) = 205+139+221=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8BDD is #327422. Grayscale: #A7A7A7. Windows color (decimal): -3306531 or 14519245. OLE color: 14519245.

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

Color convert

RGB205139221-
CMYK0.070.3700.13
HSL288.29º54.67%70.59%-
HSV(B)288.29º37.1%86.67%-
XYZ47.4636.6672.98-
YUV168.08157.87154.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=36.28%
G=24.60%
B=39.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051392210.070.3700.13288.2954.6770.59
HexCD8BDD7250D1203747
Octal31521333574501544067107
Binary110011011000101111011101111100101011011001000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BDD; }

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

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

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

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

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

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

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

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