Shades of Wisteria #CF8AF1
Tints of Wisteria #CF8AF1
RGB
CMYK
RGB Variations
Color information
#CF8AF1 (or 0xCF8AF1) is known color: Wisteria. HEX triplet: CF, 8A and F1. RGB value is (207,138,241). Sum of RGB (Red+Green+Blue) = 207+138+241=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8AF1 is #30750E. Grayscale: #AAAAAA. Windows color (decimal): -3175695 or 15829711. OLE color: 15829711.
HSL color Cylindrical-coordinate representation of color #CF8AF1: hue angle of 280.19º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8AF1 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 138 | 241 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.05 |
| HSL | 280.19º | 0.79% | 0.74% | - |
| HSV(B) | 280.19º | 0.43% | 0.95% | - |
| XYZ | 50.7 | 37.79 | 87.84 | - |
| YUV | 170.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 241 | 0.14 | 0.43 | 0 | 0.05 | 280.19 | 0.79 | 0.74 |
| Hex | CF | 8A | F1 | E | 2B | 0 | 5 | 118 | 4F | 4A |
| Octal | 317 | 212 | 361 | 16 | 53 | 0 | 5 | 430 | 117 | 112 |
| Binary | 11001111 | 10001010 | 11110001 | 1110 | 101011 | 0 | 101 | 100011000 | 1001111 | 1001010 |
Color Harmonies of #CF8AF1
Complementary color
Monochromatic Colors of #CF8AF1
Black with #CF8AF1
Text Example
Text Example
White with #CF8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8AF1; }
p { color: rgb(207,138,241); }
H1.HeaderClassName
{
color: #CF8AF1;
}
.AnyTagClassName
{
color: #CF8AF1;
}
</style>
background-color css
<style>
a { background-color: #CF8AF1; }
a { background-color: rgb(207,138,241); }
div.DivClassName
{
background-color: #CF8AF1;
}
.BgClassName
{
background-color: #CF8AF1;
}
</style>
border-color css
<style>
span { border-color: #CF8AF1; }
span { border-color: rgb(207,138,241); }
td.TdClassName
{
border-color: #CF8AF1;
}
.TagClassName
{
border-color: #CF8AF1;
}
</style>