#CD89EE

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

Shades of Wisteria #CD89EE

Tints of Wisteria #CD89EE

Color information

#CD89EE (or 0xCD89EE) is unknown color: approx Wisteria. HEX triplet: CD, 89 and EE. RGB value is (205,137,238). Sum of RGB (Red+Green+Blue) = 205+137+238=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD89EE is #327611. Grayscale: #A8A8A8. Windows color (decimal): -3307026 or 15632845. OLE color: 15632845.

HSL color Cylindrical-coordinate representation of color #CD89EE: hue angle of 280.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD89EE is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205137238-
CMYK0.140.4200.07
HSL280.4º74.81%73.53%-
HSV(B)280.4º42.44%93.33%-
XYZ49.5637.0485.43-
YUV168.85167.03153.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 137 (53.91% from 255) = 23.62%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=35.34%
G=23.62%
B=41.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051372380.140.4200.07280.474.8173.53
HexCD89EEE2A071184b4a
Octal315211356165207430113112
Binary1100110110001001111011101110101010011110001100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD89EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD89EE; }

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

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

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

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

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

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

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

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