Shades of Wisteria #C999ED
Tints of Wisteria #C999ED
RGB
CMYK
RGB Variations
Color information
#C999ED (or 0xC999ED) is known color: Wisteria. HEX triplet: C9, 99 and ED. RGB value is (201,153,237). Sum of RGB (Red+Green+Blue) = 201+153+237=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #C999ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999ED is #366612. Grayscale: #B0B0B0. Windows color (decimal): -3565075 or 15571401. OLE color: 15571401.
HSL color Cylindrical-coordinate representation of color #C999ED: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C999ED is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 153 | 237 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.07 |
| HSL | 274.29º | 0.7% | 0.76% | - |
| HSV(B) | 274.29º | 0.35% | 0.93% | - |
| XYZ | 50.76 | 41.31 | 85.42 | - |
| YUV | 176.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 237 | 0.15 | 0.35 | 0 | 0.07 | 274.29 | 0.7 | 0.76 |
| Hex | C9 | 99 | ED | F | 23 | 0 | 7 | 112 | 46 | 4C |
| Octal | 311 | 231 | 355 | 17 | 43 | 0 | 7 | 422 | 106 | 114 |
| Binary | 11001001 | 10011001 | 11101101 | 1111 | 100011 | 0 | 111 | 100010010 | 1000110 | 1001100 |
Color Harmonies of #C999ED
Complementary color
Monochromatic Colors of #C999ED
Black with #C999ED
Text Example
Text Example
White with #C999ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999ED; }
p { color: rgb(201,153,237); }
H1.HeaderClassName
{
color: #C999ED;
}
.AnyTagClassName
{
color: #C999ED;
}
</style>
background-color css
<style>
a { background-color: #C999ED; }
a { background-color: rgb(201,153,237); }
div.DivClassName
{
background-color: #C999ED;
}
.BgClassName
{
background-color: #C999ED;
}
</style>
border-color css
<style>
span { border-color: #C999ED; }
span { border-color: rgb(201,153,237); }
td.TdClassName
{
border-color: #C999ED;
}
.TagClassName
{
border-color: #C999ED;
}
</style>