Shades of Psychedelic Purple #CF1EF7
Tints of Psychedelic Purple #CF1EF7
RGB
CMYK
RGB Variations
Color information
#CF1EF7 (or 0xCF1EF7) is known color: Psychedelic Purple. HEX triplet: CF, 1E and F7. RGB value is (207,30,247). Sum of RGB (Red+Green+Blue) = 207+30+247=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF1EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1EF7 is #30E108. Grayscale: #6A6A6A. Windows color (decimal): -3203337 or 16195279. OLE color: 16195279.
HSL color Cylindrical-coordinate representation of color #CF1EF7: hue angle of 288.94º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1EF7 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 30 | 247 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.03 |
| HSL | 288.94º | 0.93% | 0.54% | - |
| HSV(B) | 288.94º | 0.88% | 0.97% | - |
| XYZ | 42.98 | 20.91 | 89.77 | - |
| YUV | 107.66 | 206.64 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 247 | 0.16 | 0.88 | 0 | 0.03 | 288.94 | 0.93 | 0.54 |
| Hex | CF | 1E | F7 | 10 | 58 | 0 | 3 | 121 | 5D | 36 |
| Octal | 317 | 36 | 367 | 20 | 130 | 0 | 3 | 441 | 135 | 66 |
| Binary | 11001111 | 11110 | 11110111 | 10000 | 1011000 | 0 | 11 | 100100001 | 1011101 | 110110 |
Color Harmonies of #CF1EF7
Complementary color
Monochromatic Colors of #CF1EF7
Black with #CF1EF7
Text Example
Text Example
White with #CF1EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1EF7; }
p { color: rgb(207,30,247); }
H1.HeaderClassName
{
color: #CF1EF7;
}
.AnyTagClassName
{
color: #CF1EF7;
}
</style>
background-color css
<style>
a { background-color: #CF1EF7; }
a { background-color: rgb(207,30,247); }
div.DivClassName
{
background-color: #CF1EF7;
}
.BgClassName
{
background-color: #CF1EF7;
}
</style>
border-color css
<style>
span { border-color: #CF1EF7; }
span { border-color: rgb(207,30,247); }
td.TdClassName
{
border-color: #CF1EF7;
}
.TagClassName
{
border-color: #CF1EF7;
}
</style>