Shades of Wisteria #CF82E5
Tints of Wisteria #CF82E5
RGB
CMYK
RGB Variations
Color information
#CF82E5 (or 0xCF82E5) is known color: Wisteria. HEX triplet: CF, 82 and E5. RGB value is (207,130,229). Sum of RGB (Red+Green+Blue) = 207+130+229=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF82E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82E5 is #307D1A. Grayscale: #A3A3A3. Windows color (decimal): -3177755 or 15041231. OLE color: 15041231.
HSL color Cylindrical-coordinate representation of color #CF82E5: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF82E5 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 130 | 229 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.10 |
| HSL | 286.67º | 0.66% | 0.7% | - |
| HSV(B) | 286.67º | 0.43% | 0.9% | - |
| XYZ | 47.86 | 34.89 | 78.34 | - |
| YUV | 164.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 229 | 0.10 | 0.43 | 0 | 0.10 | 286.67 | 0.66 | 0.7 |
| Hex | CF | 82 | E5 | A | 2B | 0 | A | 11F | 42 | 46 |
| Octal | 317 | 202 | 345 | 12 | 53 | 0 | 12 | 437 | 102 | 106 |
| Binary | 11001111 | 10000010 | 11100101 | 1010 | 101011 | 0 | 1010 | 100011111 | 1000010 | 1000110 |
Color Harmonies of #CF82E5
Complementary color
Monochromatic Colors of #CF82E5
Black with #CF82E5
Text Example
Text Example
White with #CF82E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82E5; }
p { color: rgb(207,130,229); }
H1.HeaderClassName
{
color: #CF82E5;
}
.AnyTagClassName
{
color: #CF82E5;
}
</style>
background-color css
<style>
a { background-color: #CF82E5; }
a { background-color: rgb(207,130,229); }
div.DivClassName
{
background-color: #CF82E5;
}
.BgClassName
{
background-color: #CF82E5;
}
</style>
border-color css
<style>
span { border-color: #CF82E5; }
span { border-color: rgb(207,130,229); }
td.TdClassName
{
border-color: #CF82E5;
}
.TagClassName
{
border-color: #CF82E5;
}
</style>