Shades of Wisteria #CE99ED
Tints of Wisteria #CE99ED
RGB
CMYK
RGB Variations
Color information
#CE99ED (or 0xCE99ED) is known color: Wisteria. HEX triplet: CE, 99 and ED. RGB value is (206,153,237). Sum of RGB (Red+Green+Blue) = 206+153+237=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99ED is #316612. Grayscale: #B2B2B2. Windows color (decimal): -3237395 or 15571406. OLE color: 15571406.
HSL color Cylindrical-coordinate representation of color #CE99ED: hue angle of 277.86º 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 #CE99ED is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 153 | 237 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.07 |
| HSL | 277.86º | 0.7% | 0.76% | - |
| HSV(B) | 277.86º | 0.35% | 0.93% | - |
| XYZ | 52.13 | 42.02 | 85.48 | - |
| YUV | 178.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 237 | 0.13 | 0.35 | 0 | 0.07 | 277.86 | 0.7 | 0.76 |
| Hex | CE | 99 | ED | D | 23 | 0 | 7 | 116 | 46 | 4C |
| Octal | 316 | 231 | 355 | 15 | 43 | 0 | 7 | 426 | 106 | 114 |
| Binary | 11001110 | 10011001 | 11101101 | 1101 | 100011 | 0 | 111 | 100010110 | 1000110 | 1001100 |
Color Harmonies of #CE99ED
Complementary color
Monochromatic Colors of #CE99ED
Black with #CE99ED
Text Example
Text Example
White with #CE99ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99ED; }
p { color: rgb(206,153,237); }
H1.HeaderClassName
{
color: #CE99ED;
}
.AnyTagClassName
{
color: #CE99ED;
}
</style>
background-color css
<style>
a { background-color: #CE99ED; }
a { background-color: rgb(206,153,237); }
div.DivClassName
{
background-color: #CE99ED;
}
.BgClassName
{
background-color: #CE99ED;
}
</style>
border-color css
<style>
span { border-color: #CE99ED; }
span { border-color: rgb(206,153,237); }
td.TdClassName
{
border-color: #CE99ED;
}
.TagClassName
{
border-color: #CE99ED;
}
</style>