#C981EA

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

Shades of Wisteria #C981EA

Tints of Wisteria #C981EA

Color information

#C981EA (or 0xC981EA) is unknown color: approx Wisteria. HEX triplet: C9, 81 and EA. RGB value is (201,129,234). Sum of RGB (Red+Green+Blue) = 201+129+234=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #C981EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EA is #367E15. Grayscale: #A2A2A2. Windows color (decimal): -3571222 or 15368649. OLE color: 15368649.

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

Color convert

RGB201129234-
CMYK0.140.4500.08
HSL281.14º71.43%71.18%-
HSV(B)281.14º44.87%91.76%-
XYZ46.7934.0681.95-
YUV162.5168.35155.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=35.64%
G=22.87%
B=41.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011292340.140.4500.08281.1471.4371.18
HexC981EAE2D081194747
Octal3112013521655010431107107
Binary11001001100000011110101011101011010100010001100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981EA; }

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

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

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

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

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

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

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

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