Shades of Psychedelic Purple #CF18F7
Tints of Psychedelic Purple #CF18F7
RGB
CMYK
RGB Variations
Color information
#CF18F7 (or 0xCF18F7) is known color: Psychedelic Purple. HEX triplet: CF, 18 and F7. RGB value is (207,24,247). Sum of RGB (Red+Green+Blue) = 207+24+247=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF18F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF18F7 is #30E708. Grayscale: #676767. Windows color (decimal): -3204873 or 16193743. OLE color: 16193743.
HSL color Cylindrical-coordinate representation of color #CF18F7: hue angle of 289.24º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF18F7 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 24 | 247 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.03 |
| HSL | 289.24º | 0.93% | 0.53% | - |
| HSV(B) | 289.24º | 0.9% | 0.97% | - |
| XYZ | 42.85 | 20.63 | 89.72 | - |
| YUV | 104.14 | 208.63 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 247 | 0.16 | 0.90 | 0 | 0.03 | 289.24 | 0.93 | 0.53 |
| Hex | CF | 18 | F7 | 10 | 5A | 0 | 3 | 121 | 5D | 35 |
| Octal | 317 | 30 | 367 | 20 | 132 | 0 | 3 | 441 | 135 | 65 |
| Binary | 11001111 | 11000 | 11110111 | 10000 | 1011010 | 0 | 11 | 100100001 | 1011101 | 110101 |
Color Harmonies of #CF18F7
Complementary color
Monochromatic Colors of #CF18F7
Black with #CF18F7
Text Example
Text Example
White with #CF18F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18F7; }
p { color: rgb(207,24,247); }
H1.HeaderClassName
{
color: #CF18F7;
}
.AnyTagClassName
{
color: #CF18F7;
}
</style>
background-color css
<style>
a { background-color: #CF18F7; }
a { background-color: rgb(207,24,247); }
div.DivClassName
{
background-color: #CF18F7;
}
.BgClassName
{
background-color: #CF18F7;
}
</style>
border-color css
<style>
span { border-color: #CF18F7; }
span { border-color: rgb(207,24,247); }
td.TdClassName
{
border-color: #CF18F7;
}
.TagClassName
{
border-color: #CF18F7;
}
</style>