Shades of Psychedelic Purple #CF1AF7
Tints of Psychedelic Purple #CF1AF7
RGB
CMYK
RGB Variations
Color information
#CF1AF7 (or 0xCF1AF7) is known color: Psychedelic Purple. HEX triplet: CF, 1A and F7. RGB value is (207,26,247). Sum of RGB (Red+Green+Blue) = 207+26+247=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF1AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1AF7 is #30E508. Grayscale: #686868. Windows color (decimal): -3204361 or 16194255. OLE color: 16194255.
HSL color Cylindrical-coordinate representation of color #CF1AF7: hue angle of 289.14º 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 #CF1AF7 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 26 | 247 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.03 |
| HSL | 289.14º | 0.93% | 0.54% | - |
| HSV(B) | 289.14º | 0.89% | 0.97% | - |
| XYZ | 42.89 | 20.72 | 89.73 | - |
| YUV | 105.31 | 207.97 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 247 | 0.16 | 0.89 | 0 | 0.03 | 289.14 | 0.93 | 0.54 |
| Hex | CF | 1A | F7 | 10 | 59 | 0 | 3 | 121 | 5D | 36 |
| Octal | 317 | 32 | 367 | 20 | 131 | 0 | 3 | 441 | 135 | 66 |
| Binary | 11001111 | 11010 | 11110111 | 10000 | 1011001 | 0 | 11 | 100100001 | 1011101 | 110110 |
Color Harmonies of #CF1AF7
Complementary color
Monochromatic Colors of #CF1AF7
Black with #CF1AF7
Text Example
Text Example
White with #CF1AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1AF7; }
p { color: rgb(207,26,247); }
H1.HeaderClassName
{
color: #CF1AF7;
}
.AnyTagClassName
{
color: #CF1AF7;
}
</style>
background-color css
<style>
a { background-color: #CF1AF7; }
a { background-color: rgb(207,26,247); }
div.DivClassName
{
background-color: #CF1AF7;
}
.BgClassName
{
background-color: #CF1AF7;
}
</style>
border-color css
<style>
span { border-color: #CF1AF7; }
span { border-color: rgb(207,26,247); }
td.TdClassName
{
border-color: #CF1AF7;
}
.TagClassName
{
border-color: #CF1AF7;
}
</style>