Shades of Wisteria #CF8FEF
Tints of Wisteria #CF8FEF
RGB
CMYK
RGB Variations
Color information
#CF8FEF (or 0xCF8FEF) is known color: Wisteria. HEX triplet: CF, 8F and EF. RGB value is (207,143,239). Sum of RGB (Red+Green+Blue) = 207+143+239=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FEF is #307010. Grayscale: #ACACAC. Windows color (decimal): -3174417 or 15699919. OLE color: 15699919.
HSL color Cylindrical-coordinate representation of color #CF8FEF: hue angle of 280º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF8FEF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 143 | 239 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.06 |
| HSL | 280º | 0.75% | 0.75% | - |
| HSV(B) | 280º | 0.4% | 0.94% | - |
| XYZ | 51.13 | 39.14 | 86.52 | - |
| YUV | 173.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 239 | 0.13 | 0.40 | 0 | 0.06 | 280 | 0.75 | 0.75 |
| Hex | CF | 8F | EF | D | 28 | 0 | 6 | 118 | 4B | 4B |
| Octal | 317 | 217 | 357 | 15 | 50 | 0 | 6 | 430 | 113 | 113 |
| Binary | 11001111 | 10001111 | 11101111 | 1101 | 101000 | 0 | 110 | 100011000 | 1001011 | 1001011 |
Color Harmonies of #CF8FEF
Complementary color
Monochromatic Colors of #CF8FEF
Black with #CF8FEF
Text Example
Text Example
White with #CF8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FEF; }
p { color: rgb(207,143,239); }
H1.HeaderClassName
{
color: #CF8FEF;
}
.AnyTagClassName
{
color: #CF8FEF;
}
</style>
background-color css
<style>
a { background-color: #CF8FEF; }
a { background-color: rgb(207,143,239); }
div.DivClassName
{
background-color: #CF8FEF;
}
.BgClassName
{
background-color: #CF8FEF;
}
</style>
border-color css
<style>
span { border-color: #CF8FEF; }
span { border-color: rgb(207,143,239); }
td.TdClassName
{
border-color: #CF8FEF;
}
.TagClassName
{
border-color: #CF8FEF;
}
</style>