Shades of Wisteria #CF8CF0
Tints of Wisteria #CF8CF0
RGB
CMYK
RGB Variations
Color information
#CF8CF0 (or 0xCF8CF0) is known color: Wisteria. HEX triplet: CF, 8C and F0. RGB value is (207,140,240). Sum of RGB (Red+Green+Blue) = 207+140+240=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF8CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF8CF0 is #30730F. Grayscale: #ABABAB. Windows color (decimal): -3175184 or 15764687. OLE color: 15764687.
HSL color Cylindrical-coordinate representation of color #CF8CF0: hue angle of 280.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8CF0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 140 | 240 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.06 |
| HSL | 280.2º | 0.77% | 0.75% | - |
| HSV(B) | 280.2º | 0.42% | 0.94% | - |
| XYZ | 50.84 | 38.31 | 87.15 | - |
| YUV | 171.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 240 | 0.14 | 0.42 | 0 | 0.06 | 280.2 | 0.77 | 0.75 |
| Hex | CF | 8C | F0 | E | 2A | 0 | 6 | 118 | 4D | 4B |
| Octal | 317 | 214 | 360 | 16 | 52 | 0 | 6 | 430 | 115 | 113 |
| Binary | 11001111 | 10001100 | 11110000 | 1110 | 101010 | 0 | 110 | 100011000 | 1001101 | 1001011 |
Color Harmonies of #CF8CF0
Complementary color
Monochromatic Colors of #CF8CF0
Black with #CF8CF0
Text Example
Text Example
White with #CF8CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CF0; }
p { color: rgb(207,140,240); }
H1.HeaderClassName
{
color: #CF8CF0;
}
.AnyTagClassName
{
color: #CF8CF0;
}
</style>
background-color css
<style>
a { background-color: #CF8CF0; }
a { background-color: rgb(207,140,240); }
div.DivClassName
{
background-color: #CF8CF0;
}
.BgClassName
{
background-color: #CF8CF0;
}
</style>
border-color css
<style>
span { border-color: #CF8CF0; }
span { border-color: rgb(207,140,240); }
td.TdClassName
{
border-color: #CF8CF0;
}
.TagClassName
{
border-color: #CF8CF0;
}
</style>