Shades of Wisteria #CF8FEA
Tints of Wisteria #CF8FEA
RGB
CMYK
RGB Variations
Color information
#CF8FEA (or 0xCF8FEA) is known color: Wisteria. HEX triplet: CF, 8F and EA. RGB value is (207,143,234). Sum of RGB (Red+Green+Blue) = 207+143+234=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8FEA is #307015. Grayscale: #ACACAC. Windows color (decimal): -3174422 or 15372239. OLE color: 15372239.
HSL color Cylindrical-coordinate representation of color #CF8FEA: hue angle of 282.2º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF8FEA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 143 | 234 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.08 |
| HSL | 282.2º | 0.68% | 0.74% | - |
| HSV(B) | 282.2º | 0.39% | 0.92% | - |
| XYZ | 50.41 | 38.85 | 82.68 | - |
| YUV | 172.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 234 | 0.12 | 0.39 | 0 | 0.08 | 282.2 | 0.68 | 0.74 |
| Hex | CF | 8F | EA | C | 27 | 0 | 8 | 11A | 44 | 4A |
| Octal | 317 | 217 | 352 | 14 | 47 | 0 | 10 | 432 | 104 | 112 |
| Binary | 11001111 | 10001111 | 11101010 | 1100 | 100111 | 0 | 1000 | 100011010 | 1000100 | 1001010 |
Color Harmonies of #CF8FEA
Complementary color
Monochromatic Colors of #CF8FEA
Black with #CF8FEA
Text Example
Text Example
White with #CF8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FEA; }
p { color: rgb(207,143,234); }
H1.HeaderClassName
{
color: #CF8FEA;
}
.AnyTagClassName
{
color: #CF8FEA;
}
</style>
background-color css
<style>
a { background-color: #CF8FEA; }
a { background-color: rgb(207,143,234); }
div.DivClassName
{
background-color: #CF8FEA;
}
.BgClassName
{
background-color: #CF8FEA;
}
</style>
border-color css
<style>
span { border-color: #CF8FEA; }
span { border-color: rgb(207,143,234); }
td.TdClassName
{
border-color: #CF8FEA;
}
.TagClassName
{
border-color: #CF8FEA;
}
</style>