#C982EA

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

Shades of Wisteria #C982EA

Tints of Wisteria #C982EA

Color information

#C982EA (or 0xC982EA) is unknown color: approx Wisteria. HEX triplet: C9, 82 and EA. RGB value is (201,130,234). Sum of RGB (Red+Green+Blue) = 201+130+234=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #C982EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982EA is #367D15. Grayscale: #A2A2A2. Windows color (decimal): -3570966 or 15368905. OLE color: 15368905.

HSL color Cylindrical-coordinate representation of color #C982EA: hue angle of 280.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C982EA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201130234-
CMYK0.140.4400.08
HSL280.96º71.23%71.37%-
HSV(B)280.96º44.44%91.76%-
XYZ46.9234.3281.99-
YUV163.08168.02155.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=35.58%
G=23.01%
B=41.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011302340.140.4400.08280.9671.2371.37
HexC982EAE2C081194747
Octal3112023521654010431107107
Binary11001001100000101110101011101011000100010001100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982EA; }

 p { color: rgb(201,130,234); }

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

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

 a { background-color: rgb(201,130,234); }

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

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

 span { border-color: rgb(201,130,234); }

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