#C986ED

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

Shades of Wisteria #C986ED

Tints of Wisteria #C986ED

Color information

#C986ED (or 0xC986ED) is unknown color: approx Wisteria. HEX triplet: C9, 86 and ED. RGB value is (201,134,237). Sum of RGB (Red+Green+Blue) = 201+134+237=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #C986ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C986ED is #367912. Grayscale: #A5A5A5. Windows color (decimal): -3569939 or 15566537. OLE color: 15566537.

HSL color Cylindrical-coordinate representation of color #C986ED: hue angle of 279.03º degrees, saturation: 0.74, 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 #C986ED is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201134237-
CMYK0.150.4300.07
HSL279.03º74.1%72.75%-
HSV(B)279.03º43.46%92.94%-
XYZ47.935.5884.46-
YUV165.78168.2153.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=35.14%
G=23.43%
B=41.43%

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
Decimal2011342370.150.4300.07279.0374.172.75
HexC986EDF2B071174a49
Octal311206355175307427112111
Binary1100100110000110111011011111101011011110001011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986ED; }

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

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

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

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

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

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

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

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