Shades of Wisteria #C993E8
Tints of Wisteria #C993E8
RGB
CMYK
RGB Variations
Color information
#C993E8 (or 0xC993E8) is known color: Wisteria. HEX triplet: C9, 93 and E8. RGB value is (201,147,232). Sum of RGB (Red+Green+Blue) = 201+147+232=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #C993E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993E8 is #366C17. Grayscale: #ACACAC. Windows color (decimal): -3566616 or 15242185. OLE color: 15242185.
HSL color Cylindrical-coordinate representation of color #C993E8: hue angle of 278.12º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C993E8 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 147 | 232 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.09 |
| HSL | 278.12º | 0.65% | 0.74% | - |
| HSV(B) | 278.12º | 0.37% | 0.91% | - |
| XYZ | 49.09 | 39.11 | 81.31 | - |
| YUV | 172.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 232 | 0.13 | 0.37 | 0 | 0.09 | 278.12 | 0.65 | 0.74 |
| Hex | C9 | 93 | E8 | D | 25 | 0 | 9 | 116 | 41 | 4A |
| Octal | 311 | 223 | 350 | 15 | 45 | 0 | 11 | 426 | 101 | 112 |
| Binary | 11001001 | 10010011 | 11101000 | 1101 | 100101 | 0 | 1001 | 100010110 | 1000001 | 1001010 |
Color Harmonies of #C993E8
Complementary color
Monochromatic Colors of #C993E8
Black with #C993E8
Text Example
Text Example
White with #C993E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993E8; }
p { color: rgb(201,147,232); }
H1.HeaderClassName
{
color: #C993E8;
}
.AnyTagClassName
{
color: #C993E8;
}
</style>
background-color css
<style>
a { background-color: #C993E8; }
a { background-color: rgb(201,147,232); }
div.DivClassName
{
background-color: #C993E8;
}
.BgClassName
{
background-color: #C993E8;
}
</style>
border-color css
<style>
span { border-color: #C993E8; }
span { border-color: rgb(201,147,232); }
td.TdClassName
{
border-color: #C993E8;
}
.TagClassName
{
border-color: #C993E8;
}
</style>