#C89ED2

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

Shades of Wisteria #C89ED2

Tints of Wisteria #C89ED2

Color information

#C89ED2 (or 0xC89ED2) is unknown color: approx Wisteria. HEX triplet: C8, 9E and D2. RGB value is (200,158,210). Sum of RGB (Red+Green+Blue) = 200+158+210=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #C89ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89ED2 is #37612D. Grayscale: #B0B0B0. Windows color (decimal): -3629358 or 13803208. OLE color: 13803208.

HSL color Cylindrical-coordinate representation of color #C89ED2: hue angle of 288.46º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89ED2 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200158210-
CMYK0.050.2500.18
HSL288.46º36.62%72.16%-
HSV(B)288.46º24.76%82.35%-
XYZ47.6841.3966.45-
YUV176.49146.91144.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=35.21%
G=27.82%
B=36.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001582100.050.2500.18288.4636.6272.16
HexC89ED25190121202548
Octal31023632253102244045110
Binary110010001001111011010010101110010100101001000001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89ED2; }

 p { color: rgb(200,158,210); }

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

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

 a { background-color: rgb(200,158,210); }

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

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

 span { border-color: rgb(200,158,210); }

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