Shades of Psychedelic Purple #CF03E9
Tints of Psychedelic Purple #CF03E9
RGB
CMYK
RGB Variations
Color information
#CF03E9 (or 0xCF03E9) is known color: Psychedelic Purple. HEX triplet: CF, 03 and E9. RGB value is (207,3,233). Sum of RGB (Red+Green+Blue) = 207+3+233=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF03E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF03E9 is #30FC16. Grayscale: #595959. Windows color (decimal): -3210263 or 15270863. OLE color: 15270863.
HSL color Cylindrical-coordinate representation of color #CF03E9: hue angle of 293.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03E9 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 3 | 233 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.09 |
| HSL | 293.22º | 0.97% | 0.46% | - |
| HSV(B) | 293.22º | 0.99% | 0.91% | - |
| XYZ | 40.47 | 19.21 | 78.67 | - |
| YUV | 90.22 | 208.59 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 233 | 0.11 | 0.99 | 0 | 0.09 | 293.22 | 0.97 | 0.46 |
| Hex | CF | 3 | E9 | B | 63 | 0 | 9 | 125 | 61 | 2E |
| Octal | 317 | 3 | 351 | 13 | 143 | 0 | 11 | 445 | 141 | 56 |
| Binary | 11001111 | 11 | 11101001 | 1011 | 1100011 | 0 | 1001 | 100100101 | 1100001 | 101110 |
Color Harmonies of #CF03E9
Complementary color
Monochromatic Colors of #CF03E9
Black with #CF03E9
Text Example
Text Example
White with #CF03E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03E9; }
p { color: rgb(207,3,233); }
H1.HeaderClassName
{
color: #CF03E9;
}
.AnyTagClassName
{
color: #CF03E9;
}
</style>
background-color css
<style>
a { background-color: #CF03E9; }
a { background-color: rgb(207,3,233); }
div.DivClassName
{
background-color: #CF03E9;
}
.BgClassName
{
background-color: #CF03E9;
}
</style>
border-color css
<style>
span { border-color: #CF03E9; }
span { border-color: rgb(207,3,233); }
td.TdClassName
{
border-color: #CF03E9;
}
.TagClassName
{
border-color: #CF03E9;
}
</style>