#C980E5

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

Shades of Wisteria #C980E5

Tints of Wisteria #C980E5

Color information

#C980E5 (or 0xC980E5) is unknown color: approx Wisteria. HEX triplet: C9, 80 and E5. RGB value is (201,128,229). Sum of RGB (Red+Green+Blue) = 201+128+229=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #C980E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980E5 is #367F1A. Grayscale: #A1A1A1. Windows color (decimal): -3571483 or 15040713. OLE color: 15040713.

HSL color Cylindrical-coordinate representation of color #C980E5: hue angle of 283.37º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C980E5 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB201128229-
CMYK0.120.4400.10
HSL283.37º66.01%70%-
HSV(B)283.37º44.1%89.8%-
XYZ45.9533.5178.18-
YUV161.34166.18156.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 128 (50.39% from 255) = 22.94%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=36.02%
G=22.94%
B=41.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2011282290.120.4400.10283.3766.0170
HexC980E5C2C0A11b4246
Octal3112003451454012433102106
Binary11001001100000001110010111001011000101010001101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980E5; }

 p { color: rgb(201,128,229); }

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

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

 a { background-color: rgb(201,128,229); }

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

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

 span { border-color: rgb(201,128,229); }

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