Shades of Psychedelic Purple #CF01EC
Tints of Psychedelic Purple #CF01EC
RGB
CMYK
RGB Variations
Color information
#CF01EC (or 0xCF01EC) is known color: Psychedelic Purple. HEX triplet: CF, 01 and EC. RGB value is (207,1,236). Sum of RGB (Red+Green+Blue) = 207+1+236=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF01EC is #30FE13. Grayscale: #585858. Windows color (decimal): -3210772 or 15466959. OLE color: 15466959.
HSL color Cylindrical-coordinate representation of color #CF01EC: hue angle of 292.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01EC is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 1 | 236 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.07 |
| HSL | 292.6º | 0.99% | 0.46% | - |
| HSV(B) | 292.6º | 1% | 0.93% | - |
| XYZ | 40.88 | 19.34 | 80.94 | - |
| YUV | 89.38 | 210.75 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 236 | 0.12 | 1.00 | 0 | 0.07 | 292.6 | 0.99 | 0.46 |
| Hex | CF | 1 | EC | C | 64 | 0 | 7 | 125 | 63 | 2E |
| Octal | 317 | 1 | 354 | 14 | 144 | 0 | 7 | 445 | 143 | 56 |
| Binary | 11001111 | 1 | 11101100 | 1100 | 1100100 | 0 | 111 | 100100101 | 1100011 | 101110 |
Color Harmonies of #CF01EC
Complementary color
Monochromatic Colors of #CF01EC
Black with #CF01EC
Text Example
Text Example
White with #CF01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01EC; }
p { color: rgb(207,1,236); }
H1.HeaderClassName
{
color: #CF01EC;
}
.AnyTagClassName
{
color: #CF01EC;
}
</style>
background-color css
<style>
a { background-color: #CF01EC; }
a { background-color: rgb(207,1,236); }
div.DivClassName
{
background-color: #CF01EC;
}
.BgClassName
{
background-color: #CF01EC;
}
</style>
border-color css
<style>
span { border-color: #CF01EC; }
span { border-color: rgb(207,1,236); }
td.TdClassName
{
border-color: #CF01EC;
}
.TagClassName
{
border-color: #CF01EC;
}
</style>