Shades of Psychedelic Purple #CF06FF
Tints of Psychedelic Purple #CF06FF
RGB
CMYK
RGB Variations
Color information
#CF06FF (or 0xCF06FF) is known color: Psychedelic Purple. HEX triplet: CF, 06 and FF. RGB value is (207,6,255). Sum of RGB (Red+Green+Blue) = 207+6+255=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF06FF is #30F900. Grayscale: #5D5D5D. Windows color (decimal): -3209473 or 16713423. OLE color: 16713423.
HSL color Cylindrical-coordinate representation of color #CF06FF: hue angle of 288.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF06FF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 6 | 255 | - |
| CMYK | 0.19 | 0.98 | 0 | 0 |
| HSL | 288.43º | 1% | 0.51% | - |
| HSV(B) | 288.43º | 0.98% | 1% | - |
| XYZ | 43.85 | 20.62 | 96.28 | - |
| YUV | 94.49 | 218.59 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 255 | 0.19 | 0.98 | 0 | 0 | 288.43 | 1 | 0.51 |
| Hex | CF | 6 | FF | 13 | 62 | 0 | 0 | 120 | 64 | 33 |
| Octal | 317 | 6 | 377 | 23 | 142 | 0 | 0 | 440 | 144 | 63 |
| Binary | 11001111 | 110 | 11111111 | 10011 | 1100010 | 0 | 0 | 100100000 | 1100100 | 110011 |
Color Harmonies of #CF06FF
Complementary color
Monochromatic Colors of #CF06FF
Black with #CF06FF
Text Example
Text Example
White with #CF06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06FF; }
p { color: rgb(207,6,255); }
H1.HeaderClassName
{
color: #CF06FF;
}
.AnyTagClassName
{
color: #CF06FF;
}
</style>
background-color css
<style>
a { background-color: #CF06FF; }
a { background-color: rgb(207,6,255); }
div.DivClassName
{
background-color: #CF06FF;
}
.BgClassName
{
background-color: #CF06FF;
}
</style>
border-color css
<style>
span { border-color: #CF06FF; }
span { border-color: rgb(207,6,255); }
td.TdClassName
{
border-color: #CF06FF;
}
.TagClassName
{
border-color: #CF06FF;
}
</style>