#C984DC

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

Shades of Wisteria #C984DC

Tints of Wisteria #C984DC

Color information

#C984DC (or 0xC984DC) is unknown color: approx Wisteria. HEX triplet: C9, 84 and DC. RGB value is (201,132,220). Sum of RGB (Red+Green+Blue) = 201+132+220=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C984DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984DC is #367B23. Grayscale: #A2A2A2. Windows color (decimal): -3570468 or 14451913. OLE color: 14451913.

HSL color Cylindrical-coordinate representation of color #C984DC: hue angle of 287.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C984DC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201132220-
CMYK0.090.4000.14
HSL287.05º55.7%69.02%-
HSV(B)287.05º40%86.27%-
XYZ45.2634.0971.9-
YUV162.66160.36155.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=36.35%
G=23.87%
B=39.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011322200.090.4000.14287.0555.769.02
HexC984DC9280E11f3845
Octal311204334115001643770105
Binary1100100110000100110111001001101000011101000111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984DC; }

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

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

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

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

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

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

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

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