#CD89E0

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

Shades of Wisteria #CD89E0

Tints of Wisteria #CD89E0

Color information

#CD89E0 (or 0xCD89E0) is unknown color: approx Wisteria. HEX triplet: CD, 89 and E0. RGB value is (205,137,224). Sum of RGB (Red+Green+Blue) = 205+137+224=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD89E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89E0 is #32761F. Grayscale: #A6A6A6. Windows color (decimal): -3307040 or 14715341. OLE color: 14715341.

HSL color Cylindrical-coordinate representation of color #CD89E0: hue angle of 286.9º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD89E0 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205137224-
CMYK0.080.3900.12
HSL286.9º58.39%70.78%-
HSV(B)286.9º38.84%87.84%-
XYZ47.5836.2575.01-
YUV167.25160.03154.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=36.22%
G=24.20%
B=39.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051372240.080.3900.12286.958.3970.78
HexCD89E08270C11f3a47
Octal315211340104701443772107
Binary1100110110001001111000001000100111011001000111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD89E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD89E0; }

 p { color: rgb(205,137,224); }

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

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

 a { background-color: rgb(205,137,224); }

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

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

 span { border-color: rgb(205,137,224); }

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