Shades of Psychedelic Purple #CF05EC
Tints of Psychedelic Purple #CF05EC
RGB
CMYK
RGB Variations
Color information
#CF05EC (or 0xCF05EC) is known color: Psychedelic Purple. HEX triplet: CF, 05 and EC. RGB value is (207,5,236). Sum of RGB (Red+Green+Blue) = 207+5+236=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF05EC is #30FA13. Grayscale: #5B5B5B. Windows color (decimal): -3209748 or 15467983. OLE color: 15467983.
HSL color Cylindrical-coordinate representation of color #CF05EC: hue angle of 292.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05EC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 5 | 236 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.07 |
| HSL | 292.47º | 0.96% | 0.47% | - |
| HSV(B) | 292.47º | 0.98% | 0.93% | - |
| XYZ | 40.93 | 19.43 | 80.95 | - |
| YUV | 91.73 | 209.42 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 236 | 0.12 | 0.98 | 0 | 0.07 | 292.47 | 0.96 | 0.47 |
| Hex | CF | 5 | EC | C | 62 | 0 | 7 | 124 | 60 | 2F |
| Octal | 317 | 5 | 354 | 14 | 142 | 0 | 7 | 444 | 140 | 57 |
| Binary | 11001111 | 101 | 11101100 | 1100 | 1100010 | 0 | 111 | 100100100 | 1100000 | 101111 |
Color Harmonies of #CF05EC
Complementary color
Monochromatic Colors of #CF05EC
Black with #CF05EC
Text Example
Text Example
White with #CF05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05EC; }
p { color: rgb(207,5,236); }
H1.HeaderClassName
{
color: #CF05EC;
}
.AnyTagClassName
{
color: #CF05EC;
}
</style>
background-color css
<style>
a { background-color: #CF05EC; }
a { background-color: rgb(207,5,236); }
div.DivClassName
{
background-color: #CF05EC;
}
.BgClassName
{
background-color: #CF05EC;
}
</style>
border-color css
<style>
span { border-color: #CF05EC; }
span { border-color: rgb(207,5,236); }
td.TdClassName
{
border-color: #CF05EC;
}
.TagClassName
{
border-color: #CF05EC;
}
</style>