Shades of Wisteria #CF8BDA
Tints of Wisteria #CF8BDA
RGB
CMYK
RGB Variations
Color information
#CF8BDA (or 0xCF8BDA) is known color: Wisteria. HEX triplet: CF, 8B and DA. RGB value is (207,139,218). Sum of RGB (Red+Green+Blue) = 207+139+218=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BDA is #307425. Grayscale: #A8A8A8. Windows color (decimal): -3175462 or 14322639. OLE color: 14322639.
HSL color Cylindrical-coordinate representation of color #CF8BDA: hue angle of 291.65º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8BDA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 139 | 218 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.15 |
| HSL | 291.65º | 0.52% | 0.7% | - |
| HSV(B) | 291.65º | 0.36% | 0.85% | - |
| XYZ | 47.62 | 36.79 | 70.92 | - |
| YUV | 168.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 218 | 0.05 | 0.36 | 0 | 0.15 | 291.65 | 0.52 | 0.7 |
| Hex | CF | 8B | DA | 5 | 24 | 0 | F | 124 | 34 | 46 |
| Octal | 317 | 213 | 332 | 5 | 44 | 0 | 17 | 444 | 64 | 106 |
| Binary | 11001111 | 10001011 | 11011010 | 101 | 100100 | 0 | 1111 | 100100100 | 110100 | 1000110 |
Color Harmonies of #CF8BDA
Complementary color
Monochromatic Colors of #CF8BDA
Black with #CF8BDA
Text Example
Text Example
White with #CF8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BDA; }
p { color: rgb(207,139,218); }
H1.HeaderClassName
{
color: #CF8BDA;
}
.AnyTagClassName
{
color: #CF8BDA;
}
</style>
background-color css
<style>
a { background-color: #CF8BDA; }
a { background-color: rgb(207,139,218); }
div.DivClassName
{
background-color: #CF8BDA;
}
.BgClassName
{
background-color: #CF8BDA;
}
</style>
border-color css
<style>
span { border-color: #CF8BDA; }
span { border-color: rgb(207,139,218); }
td.TdClassName
{
border-color: #CF8BDA;
}
.TagClassName
{
border-color: #CF8BDA;
}
</style>