Shades of Psychedelic Purple #CF10FF
Tints of Psychedelic Purple #CF10FF
RGB
CMYK
RGB Variations
Color information
#CF10FF (or 0xCF10FF) is known color: Psychedelic Purple. HEX triplet: CF, 10 and FF. RGB value is (207,16,255). Sum of RGB (Red+Green+Blue) = 207+16+255=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF10FF is #30EF00. Grayscale: #636363. Windows color (decimal): -3206913 or 16715983. OLE color: 16715983.
HSL color Cylindrical-coordinate representation of color #CF10FF: hue angle of 287.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF10FF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 16 | 255 | - |
| CMYK | 0.19 | 0.94 | 0 | 0 |
| HSL | 287.95º | 1% | 0.53% | - |
| HSV(B) | 287.95º | 0.94% | 1% | - |
| XYZ | 43.97 | 20.86 | 96.32 | - |
| YUV | 100.36 | 215.28 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 255 | 0.19 | 0.94 | 0 | 0 | 287.95 | 1 | 0.53 |
| Hex | CF | 10 | FF | 13 | 5E | 0 | 0 | 120 | 64 | 35 |
| Octal | 317 | 20 | 377 | 23 | 136 | 0 | 0 | 440 | 144 | 65 |
| Binary | 11001111 | 10000 | 11111111 | 10011 | 1011110 | 0 | 0 | 100100000 | 1100100 | 110101 |
Color Harmonies of #CF10FF
Complementary color
Monochromatic Colors of #CF10FF
Black with #CF10FF
Text Example
Text Example
White with #CF10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10FF; }
p { color: rgb(207,16,255); }
H1.HeaderClassName
{
color: #CF10FF;
}
.AnyTagClassName
{
color: #CF10FF;
}
</style>
background-color css
<style>
a { background-color: #CF10FF; }
a { background-color: rgb(207,16,255); }
div.DivClassName
{
background-color: #CF10FF;
}
.BgClassName
{
background-color: #CF10FF;
}
</style>
border-color css
<style>
span { border-color: #CF10FF; }
span { border-color: rgb(207,16,255); }
td.TdClassName
{
border-color: #CF10FF;
}
.TagClassName
{
border-color: #CF10FF;
}
</style>