#C981E5

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

Shades of Wisteria #C981E5

Tints of Wisteria #C981E5

Color information

#C981E5 (or 0xC981E5) is unknown color: approx Wisteria. HEX triplet: C9, 81 and E5. RGB value is (201,129,229). Sum of RGB (Red+Green+Blue) = 201+129+229=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #C981E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981E5 is #367E1A. Grayscale: #A1A1A1. Windows color (decimal): -3571227 or 15040969. OLE color: 15040969.

HSL color Cylindrical-coordinate representation of color #C981E5: hue angle of 283.2º 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 #C981E5 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB201129229-
CMYK0.120.4400.10
HSL283.2º65.79%70.2%-
HSV(B)283.2º43.67%89.8%-
XYZ46.0833.7878.22-
YUV161.93165.85155.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=35.96%
G=23.08%
B=40.97%

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
Decimal2011292290.120.4400.10283.265.7970.2
HexC981E5C2C0A11b4246
Octal3112013451454012433102106
Binary11001001100000011110010111001011000101010001101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981E5; }

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

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

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

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

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

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

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

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