#CC89EA

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

Shades of Wisteria #CC89EA

Tints of Wisteria #CC89EA

Color information

#CC89EA (or 0xCC89EA) is unknown color: approx Wisteria. HEX triplet: CC, 89 and EA. RGB value is (204,137,234). Sum of RGB (Red+Green+Blue) = 204+137+234=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC89EA is #337615. Grayscale: #A7A7A7. Windows color (decimal): -3372566 or 15370700. OLE color: 15370700.

HSL color Cylindrical-coordinate representation of color #CC89EA: hue angle of 281.44º 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 #CC89EA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204137234-
CMYK0.130.4100.08
HSL281.44º69.78%72.75%-
HSV(B)281.44º41.45%91.76%-
XYZ48.736.6782.35-
YUV168.09165.2153.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=35.48%
G=23.83%
B=40.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041372340.130.4100.08281.4469.7872.75
HexCC89EAD29081194649
Octal3142113521551010431106111
Binary11001100100010011110101011011010010100010001100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC89EA; }

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

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

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

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

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

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

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

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