Shades of Psychedelic Purple #CF17FE
Tints of Psychedelic Purple #CF17FE
RGB
CMYK
RGB Variations
Color information
#CF17FE (or 0xCF17FE) is known color: Psychedelic Purple. HEX triplet: CF, 17 and FE. RGB value is (207,23,254). Sum of RGB (Red+Green+Blue) = 207+23+254=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF17FE is #30E801. Grayscale: #676767. Windows color (decimal): -3205122 or 16652239. OLE color: 16652239.
HSL color Cylindrical-coordinate representation of color #CF17FE: hue angle of 287.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF17FE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 23 | 254 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.00 |
| HSL | 287.79º | 0.99% | 0.54% | - |
| HSV(B) | 287.79º | 0.91% | 1% | - |
| XYZ | 43.93 | 21.03 | 95.51 | - |
| YUV | 104.35 | 212.46 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 254 | 0.19 | 0.91 | 0 | 0.00 | 287.79 | 0.99 | 0.54 |
| Hex | CF | 17 | FE | 13 | 5B | 0 | 0 | 120 | 63 | 36 |
| Octal | 317 | 27 | 376 | 23 | 133 | 0 | 0 | 440 | 143 | 66 |
| Binary | 11001111 | 10111 | 11111110 | 10011 | 1011011 | 0 | 0 | 100100000 | 1100011 | 110110 |
Color Harmonies of #CF17FE
Complementary color
Monochromatic Colors of #CF17FE
Black with #CF17FE
Text Example
Text Example
White with #CF17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17FE; }
p { color: rgb(207,23,254); }
H1.HeaderClassName
{
color: #CF17FE;
}
.AnyTagClassName
{
color: #CF17FE;
}
</style>
background-color css
<style>
a { background-color: #CF17FE; }
a { background-color: rgb(207,23,254); }
div.DivClassName
{
background-color: #CF17FE;
}
.BgClassName
{
background-color: #CF17FE;
}
</style>
border-color css
<style>
span { border-color: #CF17FE; }
span { border-color: rgb(207,23,254); }
td.TdClassName
{
border-color: #CF17FE;
}
.TagClassName
{
border-color: #CF17FE;
}
</style>