#C983D9

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

Shades of Wisteria #C983D9

Tints of Wisteria #C983D9

Color information

#C983D9 (or 0xC983D9) is unknown color: approx Wisteria. HEX triplet: C9, 83 and D9. RGB value is (201,131,217). Sum of RGB (Red+Green+Blue) = 201+131+217=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #C983D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983D9 is #367C26. Grayscale: #A1A1A1. Windows color (decimal): -3570727 or 14255049. OLE color: 14255049.

HSL color Cylindrical-coordinate representation of color #C983D9: hue angle of 288.84º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C983D9 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201131217-
CMYK0.070.4000.15
HSL288.84º53.09%68.24%-
HSV(B)288.84º39.63%85.1%-
XYZ44.7333.6669.79-
YUV161.73159.19156.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=36.61%
G=23.86%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011312170.070.4000.15288.8453.0968.24
HexC983D97280F1213544
Octal31120333175001744165104
Binary110010011000001111011001111101000011111001000011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983D9; }

 p { color: rgb(201,131,217); }

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

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

 a { background-color: rgb(201,131,217); }

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

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

 span { border-color: rgb(201,131,217); }

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