Shades of Wisteria #CF94E8
Tints of Wisteria #CF94E8
RGB
CMYK
RGB Variations
Color information
#CF94E8 (or 0xCF94E8) is known color: Wisteria. HEX triplet: CF, 94 and E8. RGB value is (207,148,232). Sum of RGB (Red+Green+Blue) = 207+148+232=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF94E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF94E8 is #306B17. Grayscale: #AEAEAE. Windows color (decimal): -3173144 or 15242447. OLE color: 15242447.
HSL color Cylindrical-coordinate representation of color #CF94E8: hue angle of 282.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF94E8 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 148 | 232 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.09 |
| HSL | 282.14º | 0.65% | 0.75% | - |
| HSV(B) | 282.14º | 0.36% | 0.91% | - |
| XYZ | 50.89 | 40.27 | 81.44 | - |
| YUV | 175.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 232 | 0.11 | 0.36 | 0 | 0.09 | 282.14 | 0.65 | 0.75 |
| Hex | CF | 94 | E8 | B | 24 | 0 | 9 | 11A | 41 | 4B |
| Octal | 317 | 224 | 350 | 13 | 44 | 0 | 11 | 432 | 101 | 113 |
| Binary | 11001111 | 10010100 | 11101000 | 1011 | 100100 | 0 | 1001 | 100011010 | 1000001 | 1001011 |
Color Harmonies of #CF94E8
Complementary color
Monochromatic Colors of #CF94E8
Black with #CF94E8
Text Example
Text Example
White with #CF94E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF94E8; }
p { color: rgb(207,148,232); }
H1.HeaderClassName
{
color: #CF94E8;
}
.AnyTagClassName
{
color: #CF94E8;
}
</style>
background-color css
<style>
a { background-color: #CF94E8; }
a { background-color: rgb(207,148,232); }
div.DivClassName
{
background-color: #CF94E8;
}
.BgClassName
{
background-color: #CF94E8;
}
</style>
border-color css
<style>
span { border-color: #CF94E8; }
span { border-color: rgb(207,148,232); }
td.TdClassName
{
border-color: #CF94E8;
}
.TagClassName
{
border-color: #CF94E8;
}
</style>