#CD89EA

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

Shades of Wisteria #CD89EA

Tints of Wisteria #CD89EA

Color information

#CD89EA (or 0xCD89EA) is unknown color: approx Wisteria. HEX triplet: CD, 89 and EA. RGB value is (205,137,234). Sum of RGB (Red+Green+Blue) = 205+137+234=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD89EA is #327615. Grayscale: #A8A8A8. Windows color (decimal): -3307030 or 15370701. OLE color: 15370701.

HSL color Cylindrical-coordinate representation of color #CD89EA: hue angle of 282.06º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD89EA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205137234-
CMYK0.120.4100.08
HSL282.06º69.78%72.75%-
HSV(B)282.06º41.45%91.76%-
XYZ48.9736.8182.37-
YUV168.39165.03154.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 137 (53.91% from 255) = 23.78%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=35.59%
G=23.78%
B=40.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051372340.120.4100.08282.0669.7872.75
HexCD89EAC290811a4649
Octal3152113521451010432106111
Binary11001101100010011110101011001010010100010001101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD89EA; }

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

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

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

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

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

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

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

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