Shades of Psychedelic Purple #CF06F7
Tints of Psychedelic Purple #CF06F7
RGB
CMYK
RGB Variations
Color information
#CF06F7 (or 0xCF06F7) is known color: Psychedelic Purple. HEX triplet: CF, 06 and F7. RGB value is (207,6,247). Sum of RGB (Red+Green+Blue) = 207+6+247=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF06F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF06F7 is #30F908. Grayscale: #5C5C5C. Windows color (decimal): -3209481 or 16189135. OLE color: 16189135.
HSL color Cylindrical-coordinate representation of color #CF06F7: hue angle of 290.04º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF06F7 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 6 | 247 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.03 |
| HSL | 290.04º | 0.95% | 0.5% | - |
| HSV(B) | 290.04º | 0.98% | 0.97% | - |
| XYZ | 42.59 | 20.11 | 89.63 | - |
| YUV | 93.57 | 214.59 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 247 | 0.16 | 0.98 | 0 | 0.03 | 290.04 | 0.95 | 0.5 |
| Hex | CF | 6 | F7 | 10 | 62 | 0 | 3 | 122 | 5F | 32 |
| Octal | 317 | 6 | 367 | 20 | 142 | 0 | 3 | 442 | 137 | 62 |
| Binary | 11001111 | 110 | 11110111 | 10000 | 1100010 | 0 | 11 | 100100010 | 1011111 | 110010 |
Color Harmonies of #CF06F7
Complementary color
Monochromatic Colors of #CF06F7
Black with #CF06F7
Text Example
Text Example
White with #CF06F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06F7; }
p { color: rgb(207,6,247); }
H1.HeaderClassName
{
color: #CF06F7;
}
.AnyTagClassName
{
color: #CF06F7;
}
</style>
background-color css
<style>
a { background-color: #CF06F7; }
a { background-color: rgb(207,6,247); }
div.DivClassName
{
background-color: #CF06F7;
}
.BgClassName
{
background-color: #CF06F7;
}
</style>
border-color css
<style>
span { border-color: #CF06F7; }
span { border-color: rgb(207,6,247); }
td.TdClassName
{
border-color: #CF06F7;
}
.TagClassName
{
border-color: #CF06F7;
}
</style>