Shades of Wisteria #CF82E4
Tints of Wisteria #CF82E4
RGB
CMYK
RGB Variations
Color information
#CF82E4 (or 0xCF82E4) is known color: Wisteria. HEX triplet: CF, 82 and E4. RGB value is (207,130,228). Sum of RGB (Red+Green+Blue) = 207+130+228=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF82E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82E4 is #307D1B. Grayscale: #A3A3A3. Windows color (decimal): -3177756 or 14975695. OLE color: 14975695.
HSL color Cylindrical-coordinate representation of color #CF82E4: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF82E4 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 130 | 228 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.11 |
| HSL | 287.14º | 0.64% | 0.7% | - |
| HSV(B) | 287.14º | 0.43% | 0.89% | - |
| XYZ | 47.72 | 34.83 | 77.61 | - |
| YUV | 164.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 228 | 0.09 | 0.43 | 0 | 0.11 | 287.14 | 0.64 | 0.7 |
| Hex | CF | 82 | E4 | 9 | 2B | 0 | B | 11F | 40 | 46 |
| Octal | 317 | 202 | 344 | 11 | 53 | 0 | 13 | 437 | 100 | 106 |
| Binary | 11001111 | 10000010 | 11100100 | 1001 | 101011 | 0 | 1011 | 100011111 | 1000000 | 1000110 |
Color Harmonies of #CF82E4
Complementary color
Monochromatic Colors of #CF82E4
Black with #CF82E4
Text Example
Text Example
White with #CF82E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82E4; }
p { color: rgb(207,130,228); }
H1.HeaderClassName
{
color: #CF82E4;
}
.AnyTagClassName
{
color: #CF82E4;
}
</style>
background-color css
<style>
a { background-color: #CF82E4; }
a { background-color: rgb(207,130,228); }
div.DivClassName
{
background-color: #CF82E4;
}
.BgClassName
{
background-color: #CF82E4;
}
</style>
border-color css
<style>
span { border-color: #CF82E4; }
span { border-color: rgb(207,130,228); }
td.TdClassName
{
border-color: #CF82E4;
}
.TagClassName
{
border-color: #CF82E4;
}
</style>