Shades of Wisteria #CF8BEE
Tints of Wisteria #CF8BEE
RGB
CMYK
RGB Variations
Color information
#CF8BEE (or 0xCF8BEE) is known color: Wisteria. HEX triplet: CF, 8B and EE. RGB value is (207,139,238). Sum of RGB (Red+Green+Blue) = 207+139+238=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8BEE is #307411. Grayscale: #AAAAAA. Windows color (decimal): -3175442 or 15633359. OLE color: 15633359.
HSL color Cylindrical-coordinate representation of color #CF8BEE: hue angle of 281.21º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8BEE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 139 | 238 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.07 |
| HSL | 281.21º | 0.74% | 0.74% | - |
| HSV(B) | 281.21º | 0.42% | 0.93% | - |
| XYZ | 50.4 | 37.9 | 85.55 | - |
| YUV | 170.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 238 | 0.13 | 0.42 | 0 | 0.07 | 281.21 | 0.74 | 0.74 |
| Hex | CF | 8B | EE | D | 2A | 0 | 7 | 119 | 4A | 4A |
| Octal | 317 | 213 | 356 | 15 | 52 | 0 | 7 | 431 | 112 | 112 |
| Binary | 11001111 | 10001011 | 11101110 | 1101 | 101010 | 0 | 111 | 100011001 | 1001010 | 1001010 |
Color Harmonies of #CF8BEE
Complementary color
Monochromatic Colors of #CF8BEE
Black with #CF8BEE
Text Example
Text Example
White with #CF8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BEE; }
p { color: rgb(207,139,238); }
H1.HeaderClassName
{
color: #CF8BEE;
}
.AnyTagClassName
{
color: #CF8BEE;
}
</style>
background-color css
<style>
a { background-color: #CF8BEE; }
a { background-color: rgb(207,139,238); }
div.DivClassName
{
background-color: #CF8BEE;
}
.BgClassName
{
background-color: #CF8BEE;
}
</style>
border-color css
<style>
span { border-color: #CF8BEE; }
span { border-color: rgb(207,139,238); }
td.TdClassName
{
border-color: #CF8BEE;
}
.TagClassName
{
border-color: #CF8BEE;
}
</style>