Shades of Wisteria #CF9DE8
Tints of Wisteria #CF9DE8
RGB
CMYK
RGB Variations
Color information
#CF9DE8 (or 0xCF9DE8) is known color: Wisteria. HEX triplet: CF, 9D and E8. RGB value is (207,157,232). Sum of RGB (Red+Green+Blue) = 207+157+232=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DE8 is #306217. Grayscale: #B4B4B4. Windows color (decimal): -3170840 or 15244751. OLE color: 15244751.
HSL color Cylindrical-coordinate representation of color #CF9DE8: hue angle of 280º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9DE8 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 157 | 232 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.09 |
| HSL | 280º | 0.62% | 0.76% | - |
| HSV(B) | 280º | 0.32% | 0.91% | - |
| XYZ | 52.35 | 43.21 | 81.92 | - |
| YUV | 180.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 232 | 0.11 | 0.32 | 0 | 0.09 | 280 | 0.62 | 0.76 |
| Hex | CF | 9D | E8 | B | 20 | 0 | 9 | 118 | 3E | 4C |
| Octal | 317 | 235 | 350 | 13 | 40 | 0 | 11 | 430 | 76 | 114 |
| Binary | 11001111 | 10011101 | 11101000 | 1011 | 100000 | 0 | 1001 | 100011000 | 111110 | 1001100 |
Color Harmonies of #CF9DE8
Complementary color
Monochromatic Colors of #CF9DE8
Black with #CF9DE8
Text Example
Text Example
White with #CF9DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DE8; }
p { color: rgb(207,157,232); }
H1.HeaderClassName
{
color: #CF9DE8;
}
.AnyTagClassName
{
color: #CF9DE8;
}
</style>
background-color css
<style>
a { background-color: #CF9DE8; }
a { background-color: rgb(207,157,232); }
div.DivClassName
{
background-color: #CF9DE8;
}
.BgClassName
{
background-color: #CF9DE8;
}
</style>
border-color css
<style>
span { border-color: #CF9DE8; }
span { border-color: rgb(207,157,232); }
td.TdClassName
{
border-color: #CF9DE8;
}
.TagClassName
{
border-color: #CF9DE8;
}
</style>