#C986EC

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

Shades of Wisteria #C986EC

Tints of Wisteria #C986EC

Color information

#C986EC (or 0xC986EC) is unknown color: approx Wisteria. HEX triplet: C9, 86 and EC. RGB value is (201,134,236). Sum of RGB (Red+Green+Blue) = 201+134+236=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #C986EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986EC is #367913. Grayscale: #A5A5A5. Windows color (decimal): -3569940 or 15501001. OLE color: 15501001.

HSL color Cylindrical-coordinate representation of color #C986EC: hue angle of 279.41º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C986EC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201134236-
CMYK0.150.4300.07
HSL279.41º72.86%72.55%-
HSV(B)279.41º43.22%92.55%-
XYZ47.7535.5283.7-
YUV165.66167.7153.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=35.20%
G=23.47%
B=41.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011342360.150.4300.07279.4172.8672.55
HexC986ECF2B071174949
Octal311206354175307427111111
Binary1100100110000110111011001111101011011110001011110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986EC; }

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

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

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

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

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

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

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

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