Shades of Wisteria #CE8FE7
Tints of Wisteria #CE8FE7
RGB
CMYK
RGB Variations
Color information
#CE8FE7 (or 0xCE8FE7) is known color: Wisteria. HEX triplet: CE, 8F and E7. RGB value is (206,143,231). Sum of RGB (Red+Green+Blue) = 206+143+231=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FE7 is #317018. Grayscale: #ABABAB. Windows color (decimal): -3239961 or 15175630. OLE color: 15175630.
HSL color Cylindrical-coordinate representation of color #CE8FE7: hue angle of 282.95º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8FE7 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 143 | 231 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.09 |
| HSL | 282.95º | 0.65% | 0.73% | - |
| HSV(B) | 282.95º | 0.38% | 0.91% | - |
| XYZ | 49.7 | 38.54 | 80.42 | - |
| YUV | 171.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 231 | 0.11 | 0.38 | 0 | 0.09 | 282.95 | 0.65 | 0.73 |
| Hex | CE | 8F | E7 | B | 26 | 0 | 9 | 11B | 41 | 49 |
| Octal | 316 | 217 | 347 | 13 | 46 | 0 | 11 | 433 | 101 | 111 |
| Binary | 11001110 | 10001111 | 11100111 | 1011 | 100110 | 0 | 1001 | 100011011 | 1000001 | 1001001 |
Color Harmonies of #CE8FE7
Complementary color
Monochromatic Colors of #CE8FE7
Black with #CE8FE7
Text Example
Text Example
White with #CE8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FE7; }
p { color: rgb(206,143,231); }
H1.HeaderClassName
{
color: #CE8FE7;
}
.AnyTagClassName
{
color: #CE8FE7;
}
</style>
background-color css
<style>
a { background-color: #CE8FE7; }
a { background-color: rgb(206,143,231); }
div.DivClassName
{
background-color: #CE8FE7;
}
.BgClassName
{
background-color: #CE8FE7;
}
</style>
border-color css
<style>
span { border-color: #CE8FE7; }
span { border-color: rgb(206,143,231); }
td.TdClassName
{
border-color: #CE8FE7;
}
.TagClassName
{
border-color: #CE8FE7;
}
</style>