Shades of Wisteria #CF89E8
Tints of Wisteria #CF89E8
RGB
CMYK
RGB Variations
Color information
#CF89E8 (or 0xCF89E8) is known color: Wisteria. HEX triplet: CF, 89 and E8. RGB value is (207,137,232). Sum of RGB (Red+Green+Blue) = 207+137+232=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF89E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF89E8 is #307617. Grayscale: #A8A8A8. Windows color (decimal): -3175960 or 15239631. OLE color: 15239631.
HSL color Cylindrical-coordinate representation of color #CF89E8: hue angle of 284.21º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF89E8 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 137 | 232 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.09 |
| HSL | 284.21º | 0.67% | 0.72% | - |
| HSV(B) | 284.21º | 0.41% | 0.91% | - |
| XYZ | 49.24 | 36.98 | 80.89 | - |
| YUV | 168.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 232 | 0.11 | 0.41 | 0 | 0.09 | 284.21 | 0.67 | 0.72 |
| Hex | CF | 89 | E8 | B | 29 | 0 | 9 | 11C | 43 | 48 |
| Octal | 317 | 211 | 350 | 13 | 51 | 0 | 11 | 434 | 103 | 110 |
| Binary | 11001111 | 10001001 | 11101000 | 1011 | 101001 | 0 | 1001 | 100011100 | 1000011 | 1001000 |
Color Harmonies of #CF89E8
Complementary color
Monochromatic Colors of #CF89E8
Black with #CF89E8
Text Example
Text Example
White with #CF89E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF89E8; }
p { color: rgb(207,137,232); }
H1.HeaderClassName
{
color: #CF89E8;
}
.AnyTagClassName
{
color: #CF89E8;
}
</style>
background-color css
<style>
a { background-color: #CF89E8; }
a { background-color: rgb(207,137,232); }
div.DivClassName
{
background-color: #CF89E8;
}
.BgClassName
{
background-color: #CF89E8;
}
</style>
border-color css
<style>
span { border-color: #CF89E8; }
span { border-color: rgb(207,137,232); }
td.TdClassName
{
border-color: #CF89E8;
}
.TagClassName
{
border-color: #CF89E8;
}
</style>