Shades of Psychedelic Purple #CF08FF
Tints of Psychedelic Purple #CF08FF
RGB
CMYK
RGB Variations
Color information
#CF08FF (or 0xCF08FF) is known color: Psychedelic Purple. HEX triplet: CF, 08 and FF. RGB value is (207,8,255). Sum of RGB (Red+Green+Blue) = 207+8+255=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF08FF is #30F700. Grayscale: #5E5E5E. Windows color (decimal): -3208961 or 16713935. OLE color: 16713935.
HSL color Cylindrical-coordinate representation of color #CF08FF: hue angle of 288.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF08FF is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 8 | 255 | - |
| CMYK | 0.19 | 0.97 | 0 | 0 |
| HSL | 288.34º | 1% | 0.52% | - |
| HSV(B) | 288.34º | 0.97% | 1% | - |
| XYZ | 43.87 | 20.66 | 96.28 | - |
| YUV | 95.66 | 217.93 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 255 | 0.19 | 0.97 | 0 | 0 | 288.34 | 1 | 0.52 |
| Hex | CF | 8 | FF | 13 | 61 | 0 | 0 | 120 | 64 | 34 |
| Octal | 317 | 10 | 377 | 23 | 141 | 0 | 0 | 440 | 144 | 64 |
| Binary | 11001111 | 1000 | 11111111 | 10011 | 1100001 | 0 | 0 | 100100000 | 1100100 | 110100 |
Color Harmonies of #CF08FF
Complementary color
Monochromatic Colors of #CF08FF
Black with #CF08FF
Text Example
Text Example
White with #CF08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08FF; }
p { color: rgb(207,8,255); }
H1.HeaderClassName
{
color: #CF08FF;
}
.AnyTagClassName
{
color: #CF08FF;
}
</style>
background-color css
<style>
a { background-color: #CF08FF; }
a { background-color: rgb(207,8,255); }
div.DivClassName
{
background-color: #CF08FF;
}
.BgClassName
{
background-color: #CF08FF;
}
</style>
border-color css
<style>
span { border-color: #CF08FF; }
span { border-color: rgb(207,8,255); }
td.TdClassName
{
border-color: #CF08FF;
}
.TagClassName
{
border-color: #CF08FF;
}
</style>