Shades of Psychedelic Purple #CF00EC
Tints of Psychedelic Purple #CF00EC
RGB
CMYK
RGB Variations
Color information
#CF00EC (or 0xCF00EC) is known color: Psychedelic Purple. HEX triplet: CF, 00 and EC. RGB value is (207,0,236). Sum of RGB (Red+Green+Blue) = 207+0+236=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00EC is #30FF13. Grayscale: #585858. Windows color (decimal): -3211028 or 15466703. OLE color: 15466703.
HSL color Cylindrical-coordinate representation of color #CF00EC: hue angle of 292.63º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00EC is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 0 | 236 | - |
| CMYK | 0.12 | 1 | 0 | 0.07 |
| HSL | 292.63º | 1% | 0.46% | - |
| HSV(B) | 292.63º | 1% | 0.93% | - |
| XYZ | 40.87 | 19.32 | 80.93 | - |
| YUV | 88.8 | 211.08 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 236 | 0.12 | 1 | 0 | 0.07 | 292.63 | 1 | 0.46 |
| Hex | CF | 0 | EC | C | 64 | 0 | 7 | 125 | 64 | 2E |
| Octal | 317 | 0 | 354 | 14 | 144 | 0 | 7 | 445 | 144 | 56 |
| Binary | 11001111 | 0 | 11101100 | 1100 | 1100100 | 0 | 111 | 100100101 | 1100100 | 101110 |
Color Harmonies of #CF00EC
Complementary color
Monochromatic Colors of #CF00EC
Black with #CF00EC
Text Example
Text Example
White with #CF00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00EC; }
p { color: rgb(207,0,236); }
H1.HeaderClassName
{
color: #CF00EC;
}
.AnyTagClassName
{
color: #CF00EC;
}
</style>
background-color css
<style>
a { background-color: #CF00EC; }
a { background-color: rgb(207,0,236); }
div.DivClassName
{
background-color: #CF00EC;
}
.BgClassName
{
background-color: #CF00EC;
}
</style>
border-color css
<style>
span { border-color: #CF00EC; }
span { border-color: rgb(207,0,236); }
td.TdClassName
{
border-color: #CF00EC;
}
.TagClassName
{
border-color: #CF00EC;
}
</style>