Shades of Psychedelic Purple #CF18FE
Tints of Psychedelic Purple #CF18FE
RGB
CMYK
RGB Variations
Color information
#CF18FE (or 0xCF18FE) is known color: Psychedelic Purple. HEX triplet: CF, 18 and FE. RGB value is (207,24,254). Sum of RGB (Red+Green+Blue) = 207+24+254=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF18FE is #30E701. Grayscale: #686868. Windows color (decimal): -3204866 or 16652495. OLE color: 16652495.
HSL color Cylindrical-coordinate representation of color #CF18FE: hue angle of 287.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF18FE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 24 | 254 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.00 |
| HSL | 287.74º | 0.99% | 0.55% | - |
| HSV(B) | 287.74º | 0.91% | 1% | - |
| XYZ | 43.95 | 21.07 | 95.52 | - |
| YUV | 104.94 | 212.13 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 254 | 0.19 | 0.91 | 0 | 0.00 | 287.74 | 0.99 | 0.55 |
| Hex | CF | 18 | FE | 13 | 5B | 0 | 0 | 120 | 63 | 37 |
| Octal | 317 | 30 | 376 | 23 | 133 | 0 | 0 | 440 | 143 | 67 |
| Binary | 11001111 | 11000 | 11111110 | 10011 | 1011011 | 0 | 0 | 100100000 | 1100011 | 110111 |
Color Harmonies of #CF18FE
Complementary color
Monochromatic Colors of #CF18FE
Black with #CF18FE
Text Example
Text Example
White with #CF18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18FE; }
p { color: rgb(207,24,254); }
H1.HeaderClassName
{
color: #CF18FE;
}
.AnyTagClassName
{
color: #CF18FE;
}
</style>
background-color css
<style>
a { background-color: #CF18FE; }
a { background-color: rgb(207,24,254); }
div.DivClassName
{
background-color: #CF18FE;
}
.BgClassName
{
background-color: #CF18FE;
}
</style>
border-color css
<style>
span { border-color: #CF18FE; }
span { border-color: rgb(207,24,254); }
td.TdClassName
{
border-color: #CF18FE;
}
.TagClassName
{
border-color: #CF18FE;
}
</style>