Shades of Wisteria #CF9DE5
Tints of Wisteria #CF9DE5
RGB
CMYK
RGB Variations
Color information
#CF9DE5 (or 0xCF9DE5) is known color: Wisteria. HEX triplet: CF, 9D and E5. RGB value is (207,157,229). Sum of RGB (Red+Green+Blue) = 207+157+229=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DE5 is #30621A. Grayscale: #B3B3B3. Windows color (decimal): -3170843 or 15048143. OLE color: 15048143.
HSL color Cylindrical-coordinate representation of color #CF9DE5: hue angle of 281.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9DE5 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 157 | 229 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.10 |
| HSL | 281.67º | 0.58% | 0.76% | - |
| HSV(B) | 281.67º | 0.31% | 0.9% | - |
| XYZ | 51.93 | 43.04 | 79.7 | - |
| YUV | 180.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 229 | 0.10 | 0.31 | 0 | 0.10 | 281.67 | 0.58 | 0.76 |
| Hex | CF | 9D | E5 | A | 1F | 0 | A | 11A | 3A | 4C |
| Octal | 317 | 235 | 345 | 12 | 37 | 0 | 12 | 432 | 72 | 114 |
| Binary | 11001111 | 10011101 | 11100101 | 1010 | 11111 | 0 | 1010 | 100011010 | 111010 | 1001100 |
Color Harmonies of #CF9DE5
Complementary color
Monochromatic Colors of #CF9DE5
Black with #CF9DE5
Text Example
Text Example
White with #CF9DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DE5; }
p { color: rgb(207,157,229); }
H1.HeaderClassName
{
color: #CF9DE5;
}
.AnyTagClassName
{
color: #CF9DE5;
}
</style>
background-color css
<style>
a { background-color: #CF9DE5; }
a { background-color: rgb(207,157,229); }
div.DivClassName
{
background-color: #CF9DE5;
}
.BgClassName
{
background-color: #CF9DE5;
}
</style>
border-color css
<style>
span { border-color: #CF9DE5; }
span { border-color: rgb(207,157,229); }
td.TdClassName
{
border-color: #CF9DE5;
}
.TagClassName
{
border-color: #CF9DE5;
}
</style>