Shades of Wisteria #CF96EF
Tints of Wisteria #CF96EF
RGB
CMYK
RGB Variations
Color information
#CF96EF (or 0xCF96EF) is known color: Wisteria. HEX triplet: CF, 96 and EF. RGB value is (207,150,239). Sum of RGB (Red+Green+Blue) = 207+150+239=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF96EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF96EF is #306910. Grayscale: #B0B0B0. Windows color (decimal): -3172625 or 15701711. OLE color: 15701711.
HSL color Cylindrical-coordinate representation of color #CF96EF: hue angle of 278.43º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF96EF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 150 | 239 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.06 |
| HSL | 278.43º | 0.74% | 0.76% | - |
| HSV(B) | 278.43º | 0.37% | 0.94% | - |
| XYZ | 52.22 | 41.31 | 86.88 | - |
| YUV | 177.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 239 | 0.13 | 0.37 | 0 | 0.06 | 278.43 | 0.74 | 0.76 |
| Hex | CF | 96 | EF | D | 25 | 0 | 6 | 116 | 4A | 4C |
| Octal | 317 | 226 | 357 | 15 | 45 | 0 | 6 | 426 | 112 | 114 |
| Binary | 11001111 | 10010110 | 11101111 | 1101 | 100101 | 0 | 110 | 100010110 | 1001010 | 1001100 |
Color Harmonies of #CF96EF
Complementary color
Monochromatic Colors of #CF96EF
Black with #CF96EF
Text Example
Text Example
White with #CF96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96EF; }
p { color: rgb(207,150,239); }
H1.HeaderClassName
{
color: #CF96EF;
}
.AnyTagClassName
{
color: #CF96EF;
}
</style>
background-color css
<style>
a { background-color: #CF96EF; }
a { background-color: rgb(207,150,239); }
div.DivClassName
{
background-color: #CF96EF;
}
.BgClassName
{
background-color: #CF96EF;
}
</style>
border-color css
<style>
span { border-color: #CF96EF; }
span { border-color: rgb(207,150,239); }
td.TdClassName
{
border-color: #CF96EF;
}
.TagClassName
{
border-color: #CF96EF;
}
</style>