Shades of Psychedelic Purple #CF05FE
Tints of Psychedelic Purple #CF05FE
RGB
CMYK
RGB Variations
Color information
#CF05FE (or 0xCF05FE) is known color: Psychedelic Purple. HEX triplet: CF, 05 and FE. RGB value is (207,5,254). Sum of RGB (Red+Green+Blue) = 207+5+254=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF05FE is #30FA01. Grayscale: #5C5C5C. Windows color (decimal): -3209730 or 16647631. OLE color: 16647631.
HSL color Cylindrical-coordinate representation of color #CF05FE: hue angle of 288.67º 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 #CF05FE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 5 | 254 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.00 |
| HSL | 288.67º | 0.99% | 0.51% | - |
| HSV(B) | 288.67º | 0.98% | 1% | - |
| XYZ | 43.68 | 20.53 | 95.43 | - |
| YUV | 93.78 | 218.42 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 254 | 0.19 | 0.98 | 0 | 0.00 | 288.67 | 0.99 | 0.51 |
| Hex | CF | 5 | FE | 13 | 62 | 0 | 0 | 121 | 63 | 33 |
| Octal | 317 | 5 | 376 | 23 | 142 | 0 | 0 | 441 | 143 | 63 |
| Binary | 11001111 | 101 | 11111110 | 10011 | 1100010 | 0 | 0 | 100100001 | 1100011 | 110011 |
Color Harmonies of #CF05FE
Complementary color
Monochromatic Colors of #CF05FE
Black with #CF05FE
Text Example
Text Example
White with #CF05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05FE; }
p { color: rgb(207,5,254); }
H1.HeaderClassName
{
color: #CF05FE;
}
.AnyTagClassName
{
color: #CF05FE;
}
</style>
background-color css
<style>
a { background-color: #CF05FE; }
a { background-color: rgb(207,5,254); }
div.DivClassName
{
background-color: #CF05FE;
}
.BgClassName
{
background-color: #CF05FE;
}
</style>
border-color css
<style>
span { border-color: #CF05FE; }
span { border-color: rgb(207,5,254); }
td.TdClassName
{
border-color: #CF05FE;
}
.TagClassName
{
border-color: #CF05FE;
}
</style>