Shades of Psychedelic Purple #CF1CF7
Tints of Psychedelic Purple #CF1CF7
RGB
CMYK
RGB Variations
Color information
#CF1CF7 (or 0xCF1CF7) is known color: Psychedelic Purple. HEX triplet: CF, 1C and F7. RGB value is (207,28,247). Sum of RGB (Red+Green+Blue) = 207+28+247=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1CF7 is #30E308. Grayscale: #696969. Windows color (decimal): -3203849 or 16194767. OLE color: 16194767.
HSL color Cylindrical-coordinate representation of color #CF1CF7: hue angle of 289.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1CF7 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 28 | 247 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.03 |
| HSL | 289.04º | 0.93% | 0.54% | - |
| HSV(B) | 289.04º | 0.89% | 0.97% | - |
| XYZ | 42.94 | 20.81 | 89.75 | - |
| YUV | 106.49 | 207.3 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 247 | 0.16 | 0.89 | 0 | 0.03 | 289.04 | 0.93 | 0.54 |
| Hex | CF | 1C | F7 | 10 | 59 | 0 | 3 | 121 | 5D | 36 |
| Octal | 317 | 34 | 367 | 20 | 131 | 0 | 3 | 441 | 135 | 66 |
| Binary | 11001111 | 11100 | 11110111 | 10000 | 1011001 | 0 | 11 | 100100001 | 1011101 | 110110 |
Color Harmonies of #CF1CF7
Complementary color
Monochromatic Colors of #CF1CF7
Black with #CF1CF7
Text Example
Text Example
White with #CF1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CF7; }
p { color: rgb(207,28,247); }
H1.HeaderClassName
{
color: #CF1CF7;
}
.AnyTagClassName
{
color: #CF1CF7;
}
</style>
background-color css
<style>
a { background-color: #CF1CF7; }
a { background-color: rgb(207,28,247); }
div.DivClassName
{
background-color: #CF1CF7;
}
.BgClassName
{
background-color: #CF1CF7;
}
</style>
border-color css
<style>
span { border-color: #CF1CF7; }
span { border-color: rgb(207,28,247); }
td.TdClassName
{
border-color: #CF1CF7;
}
.TagClassName
{
border-color: #CF1CF7;
}
</style>