Shades of Psychedelic Purple #CF06FE
Tints of Psychedelic Purple #CF06FE
RGB
CMYK
RGB Variations
Color information
#CF06FE (or 0xCF06FE) is known color: Psychedelic Purple. HEX triplet: CF, 06 and FE. RGB value is (207,6,254). Sum of RGB (Red+Green+Blue) = 207+6+254=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF06FE is #30F901. Grayscale: #5D5D5D. Windows color (decimal): -3209474 or 16647887. OLE color: 16647887.
HSL color Cylindrical-coordinate representation of color #CF06FE: hue angle of 288.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF06FE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 6 | 254 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.00 |
| HSL | 288.63º | 0.99% | 0.51% | - |
| HSV(B) | 288.63º | 0.98% | 1% | - |
| XYZ | 43.69 | 20.55 | 95.43 | - |
| YUV | 94.37 | 218.09 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 254 | 0.19 | 0.98 | 0 | 0.00 | 288.63 | 0.99 | 0.51 |
| Hex | CF | 6 | FE | 13 | 62 | 0 | 0 | 121 | 63 | 33 |
| Octal | 317 | 6 | 376 | 23 | 142 | 0 | 0 | 441 | 143 | 63 |
| Binary | 11001111 | 110 | 11111110 | 10011 | 1100010 | 0 | 0 | 100100001 | 1100011 | 110011 |
Color Harmonies of #CF06FE
Complementary color
Monochromatic Colors of #CF06FE
Black with #CF06FE
Text Example
Text Example
White with #CF06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06FE; }
p { color: rgb(207,6,254); }
H1.HeaderClassName
{
color: #CF06FE;
}
.AnyTagClassName
{
color: #CF06FE;
}
</style>
background-color css
<style>
a { background-color: #CF06FE; }
a { background-color: rgb(207,6,254); }
div.DivClassName
{
background-color: #CF06FE;
}
.BgClassName
{
background-color: #CF06FE;
}
</style>
border-color css
<style>
span { border-color: #CF06FE; }
span { border-color: rgb(207,6,254); }
td.TdClassName
{
border-color: #CF06FE;
}
.TagClassName
{
border-color: #CF06FE;
}
</style>