#C89FE1

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

Shades of Wisteria #C89FE1

Tints of Wisteria #C89FE1

Color information

#C89FE1 (or 0xC89FE1) is unknown color: approx Wisteria. HEX triplet: C8, 9F and E1. RGB value is (200,159,225). Sum of RGB (Red+Green+Blue) = 200+159+225=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #C89FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89FE1 is #37601E. Grayscale: #B2B2B2. Windows color (decimal): -3629087 or 14786504. OLE color: 14786504.

HSL color Cylindrical-coordinate representation of color #C89FE1: hue angle of 277.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C89FE1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200159225-
CMYK0.110.2900.12
HSL277.27º52.38%75.29%-
HSV(B)277.27º29.33%88.24%-
XYZ49.8142.5176.81-
YUV178.78154.08143.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=34.25%
G=27.23%
B=38.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001592250.110.2900.12277.2752.3875.29
HexC89FE1B1D0C115344b
Octal310237341133501442564113
Binary110010001001111111100001101111101011001000101011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89FE1; }

 p { color: rgb(200,159,225); }

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

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

 a { background-color: rgb(200,159,225); }

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

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

 span { border-color: rgb(200,159,225); }

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