#C989EC

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

Shades of Wisteria #C989EC

Tints of Wisteria #C989EC

Color information

#C989EC (or 0xC989EC) is unknown color: approx Wisteria. HEX triplet: C9, 89 and EC. RGB value is (201,137,236). Sum of RGB (Red+Green+Blue) = 201+137+236=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #C989EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C989EC is #367613. Grayscale: #A7A7A7. Windows color (decimal): -3569172 or 15501769. OLE color: 15501769.

HSL color Cylindrical-coordinate representation of color #C989EC: hue angle of 278.79º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C989EC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201137236-
CMYK0.150.4200.07
HSL278.79º72.26%73.14%-
HSV(B)278.79º41.95%92.55%-
XYZ48.1736.3683.84-
YUV167.42166.7151.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 137 (53.91% from 255) = 23.87%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=35.02%
G=23.87%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011372360.150.4200.07278.7972.2673.14
HexC989ECF2A071174849
Octal311211354175207427110111
Binary1100100110001001111011001111101010011110001011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989EC; }

 p { color: rgb(201,137,236); }

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

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

 a { background-color: rgb(201,137,236); }

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

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

 span { border-color: rgb(201,137,236); }

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