Shades of Psychedelic Purple #CF0FF7
Tints of Psychedelic Purple #CF0FF7
RGB
CMYK
RGB Variations
Color information
#CF0FF7 (or 0xCF0FF7) is known color: Psychedelic Purple. HEX triplet: CF, 0F and F7. RGB value is (207,15,247). Sum of RGB (Red+Green+Blue) = 207+15+247=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF0FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0FF7 is #30F008. Grayscale: #626262. Windows color (decimal): -3207177 or 16191439. OLE color: 16191439.
HSL color Cylindrical-coordinate representation of color #CF0FF7: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0FF7 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 15 | 247 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.03 |
| HSL | 289.66º | 0.94% | 0.51% | - |
| HSV(B) | 289.66º | 0.94% | 0.97% | - |
| XYZ | 42.69 | 20.32 | 89.67 | - |
| YUV | 98.86 | 211.61 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 247 | 0.16 | 0.94 | 0 | 0.03 | 289.66 | 0.94 | 0.51 |
| Hex | CF | F | F7 | 10 | 5E | 0 | 3 | 122 | 5E | 33 |
| Octal | 317 | 17 | 367 | 20 | 136 | 0 | 3 | 442 | 136 | 63 |
| Binary | 11001111 | 1111 | 11110111 | 10000 | 1011110 | 0 | 11 | 100100010 | 1011110 | 110011 |
Color Harmonies of #CF0FF7
Complementary color
Monochromatic Colors of #CF0FF7
Black with #CF0FF7
Text Example
Text Example
White with #CF0FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FF7; }
p { color: rgb(207,15,247); }
H1.HeaderClassName
{
color: #CF0FF7;
}
.AnyTagClassName
{
color: #CF0FF7;
}
</style>
background-color css
<style>
a { background-color: #CF0FF7; }
a { background-color: rgb(207,15,247); }
div.DivClassName
{
background-color: #CF0FF7;
}
.BgClassName
{
background-color: #CF0FF7;
}
</style>
border-color css
<style>
span { border-color: #CF0FF7; }
span { border-color: rgb(207,15,247); }
td.TdClassName
{
border-color: #CF0FF7;
}
.TagClassName
{
border-color: #CF0FF7;
}
</style>