Shades of Wisteria #CF83E4
Tints of Wisteria #CF83E4
RGB
CMYK
RGB Variations
Color information
#CF83E4 (or 0xCF83E4) is known color: Wisteria. HEX triplet: CF, 83 and E4. RGB value is (207,131,228). Sum of RGB (Red+Green+Blue) = 207+131+228=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF83E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83E4 is #307C1B. Grayscale: #A4A4A4. Windows color (decimal): -3177500 or 14975951. OLE color: 14975951.
HSL color Cylindrical-coordinate representation of color #CF83E4: hue angle of 287.01º 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 #CF83E4 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 131 | 228 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.11 |
| HSL | 287.01º | 0.64% | 0.7% | - |
| HSV(B) | 287.01º | 0.43% | 0.89% | - |
| XYZ | 47.85 | 35.1 | 77.65 | - |
| YUV | 164.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 228 | 0.09 | 0.43 | 0 | 0.11 | 287.01 | 0.64 | 0.7 |
| Hex | CF | 83 | E4 | 9 | 2B | 0 | B | 11F | 40 | 46 |
| Octal | 317 | 203 | 344 | 11 | 53 | 0 | 13 | 437 | 100 | 106 |
| Binary | 11001111 | 10000011 | 11100100 | 1001 | 101011 | 0 | 1011 | 100011111 | 1000000 | 1000110 |
Color Harmonies of #CF83E4
Complementary color
Monochromatic Colors of #CF83E4
Black with #CF83E4
Text Example
Text Example
White with #CF83E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83E4; }
p { color: rgb(207,131,228); }
H1.HeaderClassName
{
color: #CF83E4;
}
.AnyTagClassName
{
color: #CF83E4;
}
</style>
background-color css
<style>
a { background-color: #CF83E4; }
a { background-color: rgb(207,131,228); }
div.DivClassName
{
background-color: #CF83E4;
}
.BgClassName
{
background-color: #CF83E4;
}
</style>
border-color css
<style>
span { border-color: #CF83E4; }
span { border-color: rgb(207,131,228); }
td.TdClassName
{
border-color: #CF83E4;
}
.TagClassName
{
border-color: #CF83E4;
}
</style>