Shades of Psychedelic Purple #CF00FF
Tints of Psychedelic Purple #CF00FF
RGB
CMYK
RGB Variations
Color information
#CF00FF (or 0xCF00FF) is known color: Psychedelic Purple. HEX triplet: CF, 00 and FF. RGB value is (207,0,255). Sum of RGB (Red+Green+Blue) = 207+0+255=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00FF is #30FF00. Grayscale: #5A5A5A. Windows color (decimal): -3211009 or 16711887. OLE color: 16711887.
HSL color Cylindrical-coordinate representation of color #CF00FF: hue angle of 288.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00FF is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 0 | 255 | - |
| CMYK | 0.19 | 1 | 0 | 0 |
| HSL | 288.71º | 1% | 0.5% | - |
| HSV(B) | 288.71º | 1% | 1% | - |
| XYZ | 43.78 | 20.49 | 96.25 | - |
| YUV | 90.96 | 220.58 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 255 | 0.19 | 1 | 0 | 0 | 288.71 | 1 | 0.5 |
| Hex | CF | 0 | FF | 13 | 64 | 0 | 0 | 121 | 64 | 32 |
| Octal | 317 | 0 | 377 | 23 | 144 | 0 | 0 | 441 | 144 | 62 |
| Binary | 11001111 | 0 | 11111111 | 10011 | 1100100 | 0 | 0 | 100100001 | 1100100 | 110010 |
Color Harmonies of #CF00FF
Complementary color
Monochromatic Colors of #CF00FF
Black with #CF00FF
Text Example
Text Example
White with #CF00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00FF; }
p { color: rgb(207,0,255); }
H1.HeaderClassName
{
color: #CF00FF;
}
.AnyTagClassName
{
color: #CF00FF;
}
</style>
background-color css
<style>
a { background-color: #CF00FF; }
a { background-color: rgb(207,0,255); }
div.DivClassName
{
background-color: #CF00FF;
}
.BgClassName
{
background-color: #CF00FF;
}
</style>
border-color css
<style>
span { border-color: #CF00FF; }
span { border-color: rgb(207,0,255); }
td.TdClassName
{
border-color: #CF00FF;
}
.TagClassName
{
border-color: #CF00FF;
}
</style>