#CC89D5

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

Shades of Wisteria #CC89D5

Tints of Wisteria #CC89D5

Color information

#CC89D5 (or 0xCC89D5) is unknown color: approx Wisteria. HEX triplet: CC, 89 and D5. RGB value is (204,137,213). Sum of RGB (Red+Green+Blue) = 204+137+213=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89D5 is #33762A. Grayscale: #A5A5A5. Windows color (decimal): -3372587 or 13994444. OLE color: 13994444.

HSL color Cylindrical-coordinate representation of color #CC89D5: hue angle of 292.89º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC89D5 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204137213-
CMYK0.040.3600.16
HSL292.89º47.5%68.63%-
HSV(B)292.89º35.68%83.53%-
XYZ45.8635.5367.39-
YUV165.7154.7155.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 137 (53.91% from 255) = 24.73%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=36.82%
G=24.73%
B=38.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041372130.040.3600.16292.8947.568.63
HexCC89D54240101252f45
Octal31421132544402044557105
Binary1100110010001001110101011001001000100001001001011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC89D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC89D5; }

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

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

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

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

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

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

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

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