Shades of Wisteria #C999EA
Tints of Wisteria #C999EA
RGB
CMYK
RGB Variations
Color information
#C999EA (or 0xC999EA) is known color: Wisteria. HEX triplet: C9, 99 and EA. RGB value is (201,153,234). Sum of RGB (Red+Green+Blue) = 201+153+234=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #C999EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999EA is #366615. Grayscale: #B0B0B0. Windows color (decimal): -3565078 or 15374793. OLE color: 15374793.
HSL color Cylindrical-coordinate representation of color #C999EA: hue angle of 275.56º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C999EA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 153 | 234 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.08 |
| HSL | 275.56º | 0.66% | 0.76% | - |
| HSV(B) | 275.56º | 0.35% | 0.92% | - |
| XYZ | 50.33 | 41.14 | 83.13 | - |
| YUV | 176.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 234 | 0.14 | 0.35 | 0 | 0.08 | 275.56 | 0.66 | 0.76 |
| Hex | C9 | 99 | EA | E | 23 | 0 | 8 | 114 | 42 | 4C |
| Octal | 311 | 231 | 352 | 16 | 43 | 0 | 10 | 424 | 102 | 114 |
| Binary | 11001001 | 10011001 | 11101010 | 1110 | 100011 | 0 | 1000 | 100010100 | 1000010 | 1001100 |
Color Harmonies of #C999EA
Complementary color
Monochromatic Colors of #C999EA
Black with #C999EA
Text Example
Text Example
White with #C999EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999EA; }
p { color: rgb(201,153,234); }
H1.HeaderClassName
{
color: #C999EA;
}
.AnyTagClassName
{
color: #C999EA;
}
</style>
background-color css
<style>
a { background-color: #C999EA; }
a { background-color: rgb(201,153,234); }
div.DivClassName
{
background-color: #C999EA;
}
.BgClassName
{
background-color: #C999EA;
}
</style>
border-color css
<style>
span { border-color: #C999EA; }
span { border-color: rgb(201,153,234); }
td.TdClassName
{
border-color: #C999EA;
}
.TagClassName
{
border-color: #C999EA;
}
</style>