Shades of Wisteria #CF8EEF
Tints of Wisteria #CF8EEF
RGB
CMYK
RGB Variations
Color information
#CF8EEF (or 0xCF8EEF) is known color: Wisteria. HEX triplet: CF, 8E and EF. RGB value is (207,142,239). Sum of RGB (Red+Green+Blue) = 207+142+239=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8EEF is #307110. Grayscale: #ACACAC. Windows color (decimal): -3174673 or 15699663. OLE color: 15699663.
HSL color Cylindrical-coordinate representation of color #CF8EEF: hue angle of 280.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8EEF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 142 | 239 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.06 |
| HSL | 280.21º | 0.75% | 0.75% | - |
| HSV(B) | 280.21º | 0.41% | 0.94% | - |
| XYZ | 50.99 | 38.84 | 86.47 | - |
| YUV | 172.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 239 | 0.13 | 0.41 | 0 | 0.06 | 280.21 | 0.75 | 0.75 |
| Hex | CF | 8E | EF | D | 29 | 0 | 6 | 118 | 4B | 4B |
| Octal | 317 | 216 | 357 | 15 | 51 | 0 | 6 | 430 | 113 | 113 |
| Binary | 11001111 | 10001110 | 11101111 | 1101 | 101001 | 0 | 110 | 100011000 | 1001011 | 1001011 |
Color Harmonies of #CF8EEF
Complementary color
Monochromatic Colors of #CF8EEF
Black with #CF8EEF
Text Example
Text Example
White with #CF8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8EEF; }
p { color: rgb(207,142,239); }
H1.HeaderClassName
{
color: #CF8EEF;
}
.AnyTagClassName
{
color: #CF8EEF;
}
</style>
background-color css
<style>
a { background-color: #CF8EEF; }
a { background-color: rgb(207,142,239); }
div.DivClassName
{
background-color: #CF8EEF;
}
.BgClassName
{
background-color: #CF8EEF;
}
</style>
border-color css
<style>
span { border-color: #CF8EEF; }
span { border-color: rgb(207,142,239); }
td.TdClassName
{
border-color: #CF8EEF;
}
.TagClassName
{
border-color: #CF8EEF;
}
</style>