Shades of Psychedelic Purple #CF17FF
Tints of Psychedelic Purple #CF17FF
RGB
CMYK
RGB Variations
Color information
#CF17FF (or 0xCF17FF) is known color: Psychedelic Purple. HEX triplet: CF, 17 and FF. RGB value is (207,23,255). Sum of RGB (Red+Green+Blue) = 207+23+255=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF17FF is #30E800. Grayscale: #676767. Windows color (decimal): -3205121 or 16717775. OLE color: 16717775.
HSL color Cylindrical-coordinate representation of color #CF17FF: hue angle of 287.59º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF17FF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 23 | 255 | - |
| CMYK | 0.19 | 0.91 | 0 | 0 |
| HSL | 287.59º | 1% | 0.55% | - |
| HSV(B) | 287.59º | 0.91% | 1% | - |
| XYZ | 44.09 | 21.1 | 96.36 | - |
| YUV | 104.46 | 212.96 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 255 | 0.19 | 0.91 | 0 | 0 | 287.59 | 1 | 0.55 |
| Hex | CF | 17 | FF | 13 | 5B | 0 | 0 | 120 | 64 | 37 |
| Octal | 317 | 27 | 377 | 23 | 133 | 0 | 0 | 440 | 144 | 67 |
| Binary | 11001111 | 10111 | 11111111 | 10011 | 1011011 | 0 | 0 | 100100000 | 1100100 | 110111 |
Color Harmonies of #CF17FF
Complementary color
Monochromatic Colors of #CF17FF
Black with #CF17FF
Text Example
Text Example
White with #CF17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17FF; }
p { color: rgb(207,23,255); }
H1.HeaderClassName
{
color: #CF17FF;
}
.AnyTagClassName
{
color: #CF17FF;
}
</style>
background-color css
<style>
a { background-color: #CF17FF; }
a { background-color: rgb(207,23,255); }
div.DivClassName
{
background-color: #CF17FF;
}
.BgClassName
{
background-color: #CF17FF;
}
</style>
border-color css
<style>
span { border-color: #CF17FF; }
span { border-color: rgb(207,23,255); }
td.TdClassName
{
border-color: #CF17FF;
}
.TagClassName
{
border-color: #CF17FF;
}
</style>