#c984e8

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

Shades of Wisteria #C984E8

Tints of Wisteria #C984E8

Color information

#C984E8 (or 0xC984E8) is unknown color: approx Wisteria. HEX triplet: C9, 84 and E8. RGB value is (201,132,232). Sum of RGB (Red+Green+Blue) = 201+132+232=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #C984E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984E8 is #367B17. Grayscale: #A3A3A3. Windows color (decimal): -3570456 or 15238345. OLE color: 15238345.

HSL color Cylindrical-coordinate representation of color #C984E8: hue angle of 281.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C984E8 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201132232-
CMYK0.130.4300.09
HSL281.4º68.49%71.37%-
HSV(B)281.4º43.1%90.98%-
XYZ46.934.7580.58-
YUV164.03166.36154.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=35.58%
G=23.36%
B=41.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011322320.130.4300.09281.468.4971.37
HexC984E8D2B091194447
Octal3112043501553011431104107
Binary11001001100001001110100011011010110100110001100110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c984e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c984e8; }

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

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

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

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

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

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

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

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