Shades of Wisteria #CF9CEF
Tints of Wisteria #CF9CEF
RGB
CMYK
RGB Variations
Color information
#CF9CEF (or 0xCF9CEF) is known color: Wisteria. HEX triplet: CF, 9C and EF. RGB value is (207,156,239). Sum of RGB (Red+Green+Blue) = 207+156+239=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CEF is #306310. Grayscale: #B4B4B4. Windows color (decimal): -3171089 or 15703247. OLE color: 15703247.
HSL color Cylindrical-coordinate representation of color #CF9CEF: hue angle of 276.87º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9CEF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 156 | 239 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.06 |
| HSL | 276.87º | 0.72% | 0.77% | - |
| HSV(B) | 276.87º | 0.35% | 0.94% | - |
| XYZ | 53.2 | 43.27 | 87.21 | - |
| YUV | 180.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 239 | 0.13 | 0.35 | 0 | 0.06 | 276.87 | 0.72 | 0.77 |
| Hex | CF | 9C | EF | D | 23 | 0 | 6 | 115 | 48 | 4D |
| Octal | 317 | 234 | 357 | 15 | 43 | 0 | 6 | 425 | 110 | 115 |
| Binary | 11001111 | 10011100 | 11101111 | 1101 | 100011 | 0 | 110 | 100010101 | 1001000 | 1001101 |
Color Harmonies of #CF9CEF
Complementary color
Monochromatic Colors of #CF9CEF
Black with #CF9CEF
Text Example
Text Example
White with #CF9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CEF; }
p { color: rgb(207,156,239); }
H1.HeaderClassName
{
color: #CF9CEF;
}
.AnyTagClassName
{
color: #CF9CEF;
}
</style>
background-color css
<style>
a { background-color: #CF9CEF; }
a { background-color: rgb(207,156,239); }
div.DivClassName
{
background-color: #CF9CEF;
}
.BgClassName
{
background-color: #CF9CEF;
}
</style>
border-color css
<style>
span { border-color: #CF9CEF; }
span { border-color: rgb(207,156,239); }
td.TdClassName
{
border-color: #CF9CEF;
}
.TagClassName
{
border-color: #CF9CEF;
}
</style>