Shades of Wisteria #CF8BEA
Tints of Wisteria #CF8BEA
RGB
CMYK
RGB Variations
Color information
#CF8BEA (or 0xCF8BEA) is known color: Wisteria. HEX triplet: CF, 8B and EA. RGB value is (207,139,234). Sum of RGB (Red+Green+Blue) = 207+139+234=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8BEA is #307415. Grayscale: #A9A9A9. Windows color (decimal): -3175446 or 15371215. OLE color: 15371215.
HSL color Cylindrical-coordinate representation of color #CF8BEA: hue angle of 282.95º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF8BEA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 139 | 234 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.08 |
| HSL | 282.95º | 0.69% | 0.73% | - |
| HSV(B) | 282.95º | 0.41% | 0.92% | - |
| XYZ | 49.82 | 37.67 | 82.49 | - |
| YUV | 170.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 234 | 0.12 | 0.41 | 0 | 0.08 | 282.95 | 0.69 | 0.73 |
| Hex | CF | 8B | EA | C | 29 | 0 | 8 | 11B | 45 | 49 |
| Octal | 317 | 213 | 352 | 14 | 51 | 0 | 10 | 433 | 105 | 111 |
| Binary | 11001111 | 10001011 | 11101010 | 1100 | 101001 | 0 | 1000 | 100011011 | 1000101 | 1001001 |
Color Harmonies of #CF8BEA
Complementary color
Monochromatic Colors of #CF8BEA
Black with #CF8BEA
Text Example
Text Example
White with #CF8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BEA; }
p { color: rgb(207,139,234); }
H1.HeaderClassName
{
color: #CF8BEA;
}
.AnyTagClassName
{
color: #CF8BEA;
}
</style>
background-color css
<style>
a { background-color: #CF8BEA; }
a { background-color: rgb(207,139,234); }
div.DivClassName
{
background-color: #CF8BEA;
}
.BgClassName
{
background-color: #CF8BEA;
}
</style>
border-color css
<style>
span { border-color: #CF8BEA; }
span { border-color: rgb(207,139,234); }
td.TdClassName
{
border-color: #CF8BEA;
}
.TagClassName
{
border-color: #CF8BEA;
}
</style>