Shades of Psychedelic Purple #CF05FF
Tints of Psychedelic Purple #CF05FF
RGB
CMYK
RGB Variations
Color information
#CF05FF (or 0xCF05FF) is known color: Psychedelic Purple. HEX triplet: CF, 05 and FF. RGB value is (207,5,255). Sum of RGB (Red+Green+Blue) = 207+5+255=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF05FF is #30FA00. Grayscale: #5D5D5D. Windows color (decimal): -3209729 or 16713167. OLE color: 16713167.
HSL color Cylindrical-coordinate representation of color #CF05FF: hue angle of 288.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05FF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 5 | 255 | - |
| CMYK | 0.19 | 0.98 | 0 | 0 |
| HSL | 288.48º | 1% | 0.51% | - |
| HSV(B) | 288.48º | 0.98% | 1% | - |
| XYZ | 43.84 | 20.59 | 96.27 | - |
| YUV | 93.9 | 218.92 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 255 | 0.19 | 0.98 | 0 | 0 | 288.48 | 1 | 0.51 |
| Hex | CF | 5 | FF | 13 | 62 | 0 | 0 | 120 | 64 | 33 |
| Octal | 317 | 5 | 377 | 23 | 142 | 0 | 0 | 440 | 144 | 63 |
| Binary | 11001111 | 101 | 11111111 | 10011 | 1100010 | 0 | 0 | 100100000 | 1100100 | 110011 |
Color Harmonies of #CF05FF
Complementary color
Monochromatic Colors of #CF05FF
Black with #CF05FF
Text Example
Text Example
White with #CF05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05FF; }
p { color: rgb(207,5,255); }
H1.HeaderClassName
{
color: #CF05FF;
}
.AnyTagClassName
{
color: #CF05FF;
}
</style>
background-color css
<style>
a { background-color: #CF05FF; }
a { background-color: rgb(207,5,255); }
div.DivClassName
{
background-color: #CF05FF;
}
.BgClassName
{
background-color: #CF05FF;
}
</style>
border-color css
<style>
span { border-color: #CF05FF; }
span { border-color: rgb(207,5,255); }
td.TdClassName
{
border-color: #CF05FF;
}
.TagClassName
{
border-color: #CF05FF;
}
</style>