#C984DE

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

Shades of Wisteria #C984DE

Tints of Wisteria #C984DE

Color information

#C984DE (or 0xC984DE) is unknown color: approx Wisteria. HEX triplet: C9, 84 and DE. RGB value is (201,132,222). Sum of RGB (Red+Green+Blue) = 201+132+222=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #C984DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984DE is #367B21. Grayscale: #A2A2A2. Windows color (decimal): -3570466 or 14582985. OLE color: 14582985.

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

Color convert

RGB201132222-
CMYK0.090.4100.13
HSL286º57.69%69.41%-
HSV(B)286º40.54%87.06%-
XYZ45.5234.1973.31-
YUV162.89161.36155.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 222 (87.11% from 255) = 40%
R=36.22%
G=23.78%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011322220.090.4100.1328657.6969.41
HexC984DE9290D11e3a45
Octal311204336115101543672105
Binary1100100110000100110111101001101001011011000111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984DE; }

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

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

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

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

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

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

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

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