Shades of Wisteria #CF8FDA
Tints of Wisteria #CF8FDA
RGB
CMYK
RGB Variations
Color information
#CF8FDA (or 0xCF8FDA) is known color: Wisteria. HEX triplet: CF, 8F and DA. RGB value is (207,143,218). Sum of RGB (Red+Green+Blue) = 207+143+218=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FDA is #307025. Grayscale: #AAAAAA. Windows color (decimal): -3174438 or 14323663. OLE color: 14323663.
HSL color Cylindrical-coordinate representation of color #CF8FDA: hue angle of 291.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8FDA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 143 | 218 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.15 |
| HSL | 291.2º | 0.5% | 0.71% | - |
| HSV(B) | 291.2º | 0.34% | 0.85% | - |
| XYZ | 48.21 | 37.97 | 71.12 | - |
| YUV | 170.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 218 | 0.05 | 0.34 | 0 | 0.15 | 291.2 | 0.5 | 0.71 |
| Hex | CF | 8F | DA | 5 | 22 | 0 | F | 123 | 32 | 47 |
| Octal | 317 | 217 | 332 | 5 | 42 | 0 | 17 | 443 | 62 | 107 |
| Binary | 11001111 | 10001111 | 11011010 | 101 | 100010 | 0 | 1111 | 100100011 | 110010 | 1000111 |
Color Harmonies of #CF8FDA
Complementary color
Monochromatic Colors of #CF8FDA
Black with #CF8FDA
Text Example
Text Example
White with #CF8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FDA; }
p { color: rgb(207,143,218); }
H1.HeaderClassName
{
color: #CF8FDA;
}
.AnyTagClassName
{
color: #CF8FDA;
}
</style>
background-color css
<style>
a { background-color: #CF8FDA; }
a { background-color: rgb(207,143,218); }
div.DivClassName
{
background-color: #CF8FDA;
}
.BgClassName
{
background-color: #CF8FDA;
}
</style>
border-color css
<style>
span { border-color: #CF8FDA; }
span { border-color: rgb(207,143,218); }
td.TdClassName
{
border-color: #CF8FDA;
}
.TagClassName
{
border-color: #CF8FDA;
}
</style>