Shades of Wisteria #C993F8
Tints of Wisteria #C993F8
RGB
CMYK
RGB Variations
Color information
#C993F8 (or 0xC993F8) is known color: Wisteria. HEX triplet: C9, 93 and F8. RGB value is (201,147,248). Sum of RGB (Red+Green+Blue) = 201+147+248=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #C993F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C993F8 is #366C07. Grayscale: #AEAEAE. Windows color (decimal): -3566600 or 16290761. OLE color: 16290761.
HSL color Cylindrical-coordinate representation of color #C993F8: hue angle of 272.08º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C993F8 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 147 | 248 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.03 |
| HSL | 272.08º | 0.88% | 0.77% | - |
| HSV(B) | 272.08º | 0.41% | 0.97% | - |
| XYZ | 51.46 | 40.06 | 93.83 | - |
| YUV | 174.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 248 | 0.19 | 0.41 | 0 | 0.03 | 272.08 | 0.88 | 0.77 |
| Hex | C9 | 93 | F8 | 13 | 29 | 0 | 3 | 110 | 58 | 4D |
| Octal | 311 | 223 | 370 | 23 | 51 | 0 | 3 | 420 | 130 | 115 |
| Binary | 11001001 | 10010011 | 11111000 | 10011 | 101001 | 0 | 11 | 100010000 | 1011000 | 1001101 |
Color Harmonies of #C993F8
Complementary color
Monochromatic Colors of #C993F8
Black with #C993F8
Text Example
Text Example
White with #C993F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993F8; }
p { color: rgb(201,147,248); }
H1.HeaderClassName
{
color: #C993F8;
}
.AnyTagClassName
{
color: #C993F8;
}
</style>
background-color css
<style>
a { background-color: #C993F8; }
a { background-color: rgb(201,147,248); }
div.DivClassName
{
background-color: #C993F8;
}
.BgClassName
{
background-color: #C993F8;
}
</style>
border-color css
<style>
span { border-color: #C993F8; }
span { border-color: rgb(201,147,248); }
td.TdClassName
{
border-color: #C993F8;
}
.TagClassName
{
border-color: #C993F8;
}
</style>