#C986E7

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

Shades of Wisteria #C986E7

Tints of Wisteria #C986E7

Color information

#C986E7 (or 0xC986E7) is unknown color: approx Wisteria. HEX triplet: C9, 86 and E7. RGB value is (201,134,231). Sum of RGB (Red+Green+Blue) = 201+134+231=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #C986E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986E7 is #367918. Grayscale: #A4A4A4. Windows color (decimal): -3569945 or 15173321. OLE color: 15173321.

HSL color Cylindrical-coordinate representation of color #C986E7: hue angle of 281.44º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C986E7 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201134231-
CMYK0.130.4200.09
HSL281.44º66.9%71.57%-
HSV(B)281.44º41.99%90.59%-
XYZ47.0435.2479.92-
YUV165.09165.2153.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 231 (90.62% from 255) = 40.81%
R=35.51%
G=23.67%
B=40.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011342310.130.4200.09281.4466.971.57
HexC986E7D2A091194348
Octal3112063471552011431103110
Binary11001001100001101110011111011010100100110001100110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986E7; }

 p { color: rgb(201,134,231); }

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

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

 a { background-color: rgb(201,134,231); }

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

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

 span { border-color: rgb(201,134,231); }

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