#C986DE

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

Shades of Wisteria #C986DE

Tints of Wisteria #C986DE

Color information

#C986DE (or 0xC986DE) is unknown color: approx Wisteria. HEX triplet: C9, 86 and DE. RGB value is (201,134,222). Sum of RGB (Red+Green+Blue) = 201+134+222=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #C986DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986DE is #367921. Grayscale: #A3A3A3. Windows color (decimal): -3569954 or 14583497. OLE color: 14583497.

HSL color Cylindrical-coordinate representation of color #C986DE: hue angle of 285.68º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C986DE is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201134222-
CMYK0.090.4000.13
HSL285.68º57.14%69.8%-
HSV(B)285.68º39.64%87.06%-
XYZ45.834.7473.4-
YUV164.06160.7154.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 134 (52.73% from 255) = 24.06%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=36.09%
G=24.06%
B=39.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011342220.090.4000.13285.6857.1469.8
HexC986DE9280D11e3946
Octal311206336115001543671106
Binary1100100110000110110111101001101000011011000111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986DE; }

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

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

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

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

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

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

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

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