#C984D7

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

Shades of Wisteria #C984D7

Tints of Wisteria #C984D7

Color information

#C984D7 (or 0xC984D7) is unknown color: approx Wisteria. HEX triplet: C9, 84 and D7. RGB value is (201,132,215). Sum of RGB (Red+Green+Blue) = 201+132+215=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #C984D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984D7 is #367B28. Grayscale: #A1A1A1. Windows color (decimal): -3570473 or 14124233. OLE color: 14124233.

HSL color Cylindrical-coordinate representation of color #C984D7: hue angle of 289.88º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C984D7 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201132215-
CMYK0.070.3900.16
HSL289.88º50.92%68.04%-
HSV(B)289.88º38.6%84.31%-
XYZ44.633.8368.47-
YUV162.09157.86155.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 215 (84.38% from 255) = 39.23%
R=36.68%
G=24.09%
B=39.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011322150.070.3900.16289.8850.9268.04
HexC984D77270101223344
Octal31120432774702044263104
Binary1100100110000100110101111111001110100001001000101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984D7; }

 p { color: rgb(201,132,215); }

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

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

 a { background-color: rgb(201,132,215); }

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

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

 span { border-color: rgb(201,132,215); }

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