#C986DD

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

Shades of Wisteria #C986DD

Tints of Wisteria #C986DD

Color information

#C986DD (or 0xC986DD) is unknown color: approx Wisteria. HEX triplet: C9, 86 and DD. RGB value is (201,134,221). Sum of RGB (Red+Green+Blue) = 201+134+221=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C986DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986DD is #367922. Grayscale: #A3A3A3. Windows color (decimal): -3569955 or 14517961. OLE color: 14517961.

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

Color convert

RGB201134221-
CMYK0.090.3900.13
HSL286.21º56.13%69.61%-
HSV(B)286.21º39.37%86.67%-
XYZ45.6634.6972.7-
YUV163.95160.2154.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 134 (52.73% from 255) = 24.10%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=36.15%
G=24.10%
B=39.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011342210.090.3900.13286.2156.1369.61
HexC986DD9270D11e3846
Octal311206335114701543670106
Binary1100100110000110110111011001100111011011000111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986DD; }

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

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

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

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

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

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

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

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