Shades of Wisteria #CF9CE8
Tints of Wisteria #CF9CE8
RGB
CMYK
RGB Variations
Color information
#CF9CE8 (or 0xCF9CE8) is known color: Wisteria. HEX triplet: CF, 9C and E8. RGB value is (207,156,232). Sum of RGB (Red+Green+Blue) = 207+156+232=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF9CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CE8 is #306317. Grayscale: #B3B3B3. Windows color (decimal): -3171096 or 15244495. OLE color: 15244495.
HSL color Cylindrical-coordinate representation of color #CF9CE8: hue angle of 280.26º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9CE8 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 156 | 232 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.09 |
| HSL | 280.26º | 0.62% | 0.76% | - |
| HSV(B) | 280.26º | 0.33% | 0.91% | - |
| XYZ | 52.19 | 42.87 | 81.87 | - |
| YUV | 179.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 232 | 0.11 | 0.33 | 0 | 0.09 | 280.26 | 0.62 | 0.76 |
| Hex | CF | 9C | E8 | B | 21 | 0 | 9 | 118 | 3E | 4C |
| Octal | 317 | 234 | 350 | 13 | 41 | 0 | 11 | 430 | 76 | 114 |
| Binary | 11001111 | 10011100 | 11101000 | 1011 | 100001 | 0 | 1001 | 100011000 | 111110 | 1001100 |
Color Harmonies of #CF9CE8
Complementary color
Monochromatic Colors of #CF9CE8
Black with #CF9CE8
Text Example
Text Example
White with #CF9CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CE8; }
p { color: rgb(207,156,232); }
H1.HeaderClassName
{
color: #CF9CE8;
}
.AnyTagClassName
{
color: #CF9CE8;
}
</style>
background-color css
<style>
a { background-color: #CF9CE8; }
a { background-color: rgb(207,156,232); }
div.DivClassName
{
background-color: #CF9CE8;
}
.BgClassName
{
background-color: #CF9CE8;
}
</style>
border-color css
<style>
span { border-color: #CF9CE8; }
span { border-color: rgb(207,156,232); }
td.TdClassName
{
border-color: #CF9CE8;
}
.TagClassName
{
border-color: #CF9CE8;
}
</style>