Shades of Psychedelic Purple #CF0CF7
Tints of Psychedelic Purple #CF0CF7
RGB
CMYK
RGB Variations
Color information
#CF0CF7 (or 0xCF0CF7) is known color: Psychedelic Purple. HEX triplet: CF, 0C and F7. RGB value is (207,12,247). Sum of RGB (Red+Green+Blue) = 207+12+247=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF0CF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0CF7 is #30F308. Grayscale: #606060. Windows color (decimal): -3207945 or 16190671. OLE color: 16190671.
HSL color Cylindrical-coordinate representation of color #CF0CF7: hue angle of 289.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0CF7 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 12 | 247 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.03 |
| HSL | 289.79º | 0.94% | 0.51% | - |
| HSV(B) | 289.79º | 0.95% | 0.97% | - |
| XYZ | 42.65 | 20.24 | 89.66 | - |
| YUV | 97.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 247 | 0.16 | 0.95 | 0 | 0.03 | 289.79 | 0.94 | 0.51 |
| Hex | CF | C | F7 | 10 | 5F | 0 | 3 | 122 | 5E | 33 |
| Octal | 317 | 14 | 367 | 20 | 137 | 0 | 3 | 442 | 136 | 63 |
| Binary | 11001111 | 1100 | 11110111 | 10000 | 1011111 | 0 | 11 | 100100010 | 1011110 | 110011 |
Color Harmonies of #CF0CF7
Complementary color
Monochromatic Colors of #CF0CF7
Black with #CF0CF7
Text Example
Text Example
White with #CF0CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CF7; }
p { color: rgb(207,12,247); }
H1.HeaderClassName
{
color: #CF0CF7;
}
.AnyTagClassName
{
color: #CF0CF7;
}
</style>
background-color css
<style>
a { background-color: #CF0CF7; }
a { background-color: rgb(207,12,247); }
div.DivClassName
{
background-color: #CF0CF7;
}
.BgClassName
{
background-color: #CF0CF7;
}
</style>
border-color css
<style>
span { border-color: #CF0CF7; }
span { border-color: rgb(207,12,247); }
td.TdClassName
{
border-color: #CF0CF7;
}
.TagClassName
{
border-color: #CF0CF7;
}
</style>