Shades of Psychedelic Purple #CF07F7
Tints of Psychedelic Purple #CF07F7
RGB
CMYK
RGB Variations
Color information
#CF07F7 (or 0xCF07F7) is known color: Psychedelic Purple. HEX triplet: CF, 07 and F7. RGB value is (207,7,247). Sum of RGB (Red+Green+Blue) = 207+7+247=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF07F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF07F7 is #30F808. Grayscale: #5D5D5D. Windows color (decimal): -3209225 or 16189391. OLE color: 16189391.
HSL color Cylindrical-coordinate representation of color #CF07F7: hue angle of 290º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07F7 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 7 | 247 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.03 |
| HSL | 290º | 0.94% | 0.5% | - |
| HSV(B) | 290º | 0.97% | 0.97% | - |
| XYZ | 42.6 | 20.13 | 89.64 | - |
| YUV | 94.16 | 214.26 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 247 | 0.16 | 0.97 | 0 | 0.03 | 290 | 0.94 | 0.5 |
| Hex | CF | 7 | F7 | 10 | 61 | 0 | 3 | 122 | 5E | 32 |
| Octal | 317 | 7 | 367 | 20 | 141 | 0 | 3 | 442 | 136 | 62 |
| Binary | 11001111 | 111 | 11110111 | 10000 | 1100001 | 0 | 11 | 100100010 | 1011110 | 110010 |
Color Harmonies of #CF07F7
Complementary color
Monochromatic Colors of #CF07F7
Black with #CF07F7
Text Example
Text Example
White with #CF07F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07F7; }
p { color: rgb(207,7,247); }
H1.HeaderClassName
{
color: #CF07F7;
}
.AnyTagClassName
{
color: #CF07F7;
}
</style>
background-color css
<style>
a { background-color: #CF07F7; }
a { background-color: rgb(207,7,247); }
div.DivClassName
{
background-color: #CF07F7;
}
.BgClassName
{
background-color: #CF07F7;
}
</style>
border-color css
<style>
span { border-color: #CF07F7; }
span { border-color: rgb(207,7,247); }
td.TdClassName
{
border-color: #CF07F7;
}
.TagClassName
{
border-color: #CF07F7;
}
</style>