Shades of Wisteria #C999E8
Tints of Wisteria #C999E8
RGB
CMYK
RGB Variations
Color information
#C999E8 (or 0xC999E8) is known color: Wisteria. HEX triplet: C9, 99 and E8. RGB value is (201,153,232). Sum of RGB (Red+Green+Blue) = 201+153+232=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #C999E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999E8 is #366617. Grayscale: #B0B0B0. Windows color (decimal): -3565080 or 15243721. OLE color: 15243721.
HSL color Cylindrical-coordinate representation of color #C999E8: hue angle of 276.46º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C999E8 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 153 | 232 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.09 |
| HSL | 276.46º | 0.63% | 0.75% | - |
| HSV(B) | 276.46º | 0.34% | 0.91% | - |
| XYZ | 50.04 | 41.03 | 81.63 | - |
| YUV | 176.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 232 | 0.13 | 0.34 | 0 | 0.09 | 276.46 | 0.63 | 0.75 |
| Hex | C9 | 99 | E8 | D | 22 | 0 | 9 | 114 | 3F | 4B |
| Octal | 311 | 231 | 350 | 15 | 42 | 0 | 11 | 424 | 77 | 113 |
| Binary | 11001001 | 10011001 | 11101000 | 1101 | 100010 | 0 | 1001 | 100010100 | 111111 | 1001011 |
Color Harmonies of #C999E8
Complementary color
Monochromatic Colors of #C999E8
Black with #C999E8
Text Example
Text Example
White with #C999E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999E8; }
p { color: rgb(201,153,232); }
H1.HeaderClassName
{
color: #C999E8;
}
.AnyTagClassName
{
color: #C999E8;
}
</style>
background-color css
<style>
a { background-color: #C999E8; }
a { background-color: rgb(201,153,232); }
div.DivClassName
{
background-color: #C999E8;
}
.BgClassName
{
background-color: #C999E8;
}
</style>
border-color css
<style>
span { border-color: #C999E8; }
span { border-color: rgb(201,153,232); }
td.TdClassName
{
border-color: #C999E8;
}
.TagClassName
{
border-color: #C999E8;
}
</style>