Shades of Wisteria #CF8FEE
Tints of Wisteria #CF8FEE
RGB
CMYK
RGB Variations
Color information
#CF8FEE (or 0xCF8FEE) is known color: Wisteria. HEX triplet: CF, 8F and EE. RGB value is (207,143,238). Sum of RGB (Red+Green+Blue) = 207+143+238=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FEE is #307011. Grayscale: #ACACAC. Windows color (decimal): -3174418 or 15634383. OLE color: 15634383.
HSL color Cylindrical-coordinate representation of color #CF8FEE: hue angle of 280.42º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF8FEE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 143 | 238 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.07 |
| HSL | 280.42º | 0.74% | 0.75% | - |
| HSV(B) | 280.42º | 0.4% | 0.93% | - |
| XYZ | 50.99 | 39.08 | 85.75 | - |
| YUV | 172.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 238 | 0.13 | 0.40 | 0 | 0.07 | 280.42 | 0.74 | 0.75 |
| Hex | CF | 8F | EE | D | 28 | 0 | 7 | 118 | 4A | 4B |
| Octal | 317 | 217 | 356 | 15 | 50 | 0 | 7 | 430 | 112 | 113 |
| Binary | 11001111 | 10001111 | 11101110 | 1101 | 101000 | 0 | 111 | 100011000 | 1001010 | 1001011 |
Color Harmonies of #CF8FEE
Complementary color
Monochromatic Colors of #CF8FEE
Black with #CF8FEE
Text Example
Text Example
White with #CF8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FEE; }
p { color: rgb(207,143,238); }
H1.HeaderClassName
{
color: #CF8FEE;
}
.AnyTagClassName
{
color: #CF8FEE;
}
</style>
background-color css
<style>
a { background-color: #CF8FEE; }
a { background-color: rgb(207,143,238); }
div.DivClassName
{
background-color: #CF8FEE;
}
.BgClassName
{
background-color: #CF8FEE;
}
</style>
border-color css
<style>
span { border-color: #CF8FEE; }
span { border-color: rgb(207,143,238); }
td.TdClassName
{
border-color: #CF8FEE;
}
.TagClassName
{
border-color: #CF8FEE;
}
</style>