Shades of Wisteria #CF96ED
Tints of Wisteria #CF96ED
RGB
CMYK
RGB Variations
Color information
#CF96ED (or 0xCF96ED) is known color: Wisteria. HEX triplet: CF, 96 and ED. RGB value is (207,150,237). Sum of RGB (Red+Green+Blue) = 207+150+237=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96ED is #306912. Grayscale: #B0B0B0. Windows color (decimal): -3172627 or 15570639. OLE color: 15570639.
HSL color Cylindrical-coordinate representation of color #CF96ED: hue angle of 279.31º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF96ED is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 150 | 237 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.07 |
| HSL | 279.31º | 0.71% | 0.76% | - |
| HSV(B) | 279.31º | 0.37% | 0.93% | - |
| XYZ | 51.92 | 41.19 | 85.34 | - |
| YUV | 176.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 237 | 0.13 | 0.37 | 0 | 0.07 | 279.31 | 0.71 | 0.76 |
| Hex | CF | 96 | ED | D | 25 | 0 | 7 | 117 | 47 | 4C |
| Octal | 317 | 226 | 355 | 15 | 45 | 0 | 7 | 427 | 107 | 114 |
| Binary | 11001111 | 10010110 | 11101101 | 1101 | 100101 | 0 | 111 | 100010111 | 1000111 | 1001100 |
Color Harmonies of #CF96ED
Complementary color
Monochromatic Colors of #CF96ED
Black with #CF96ED
Text Example
Text Example
White with #CF96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96ED; }
p { color: rgb(207,150,237); }
H1.HeaderClassName
{
color: #CF96ED;
}
.AnyTagClassName
{
color: #CF96ED;
}
</style>
background-color css
<style>
a { background-color: #CF96ED; }
a { background-color: rgb(207,150,237); }
div.DivClassName
{
background-color: #CF96ED;
}
.BgClassName
{
background-color: #CF96ED;
}
</style>
border-color css
<style>
span { border-color: #CF96ED; }
span { border-color: rgb(207,150,237); }
td.TdClassName
{
border-color: #CF96ED;
}
.TagClassName
{
border-color: #CF96ED;
}
</style>