Shades of Wisteria #C984E8
Tints of Wisteria #C984E8
RGB
CMYK
RGB Variations
Color information
#C984E8 (or 0xC984E8) is known color: 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
| RGB | 201 | 132 | 232 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.09 |
| HSL | 281.4º | 0.68% | 0.71% | - |
| HSV(B) | 281.4º | 0.43% | 0.91% | - |
| XYZ | 46.9 | 34.75 | 80.58 | - |
| YUV | 164.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 232 | 0.13 | 0.43 | 0 | 0.09 | 281.4 | 0.68 | 0.71 |
| Hex | C9 | 84 | E8 | D | 2B | 0 | 9 | 119 | 44 | 47 |
| Octal | 311 | 204 | 350 | 15 | 53 | 0 | 11 | 431 | 104 | 107 |
| Binary | 11001001 | 10000100 | 11101000 | 1101 | 101011 | 0 | 1001 | 100011001 | 1000100 | 1000111 |
Color Harmonies of #C984E8
Complementary color
Monochromatic Colors of #C984E8
Black with #C984E8
Text Example
Text Example
White with #C984E8
Text Example
Text Example
HTML Codes & Css Web 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>