Shades of Psychedelic Purple #CF03FF
Tints of Psychedelic Purple #CF03FF
RGB
CMYK
RGB Variations
Color information
#CF03FF (or 0xCF03FF) is known color: Psychedelic Purple. HEX triplet: CF, 03 and FF. RGB value is (207,3,255). Sum of RGB (Red+Green+Blue) = 207+3+255=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF03FF is #30FC00. Grayscale: #5B5B5B. Windows color (decimal): -3210241 or 16712655. OLE color: 16712655.
HSL color Cylindrical-coordinate representation of color #CF03FF: hue angle of 288.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03FF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 3 | 255 | - |
| CMYK | 0.19 | 0.99 | 0 | 0 |
| HSL | 288.57º | 1% | 0.51% | - |
| HSV(B) | 288.57º | 0.99% | 1% | - |
| XYZ | 43.81 | 20.55 | 96.27 | - |
| YUV | 92.72 | 219.59 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 255 | 0.19 | 0.99 | 0 | 0 | 288.57 | 1 | 0.51 |
| Hex | CF | 3 | FF | 13 | 63 | 0 | 0 | 121 | 64 | 33 |
| Octal | 317 | 3 | 377 | 23 | 143 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11001111 | 11 | 11111111 | 10011 | 1100011 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #CF03FF
Complementary color
Monochromatic Colors of #CF03FF
Black with #CF03FF
Text Example
Text Example
White with #CF03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03FF; }
p { color: rgb(207,3,255); }
H1.HeaderClassName
{
color: #CF03FF;
}
.AnyTagClassName
{
color: #CF03FF;
}
</style>
background-color css
<style>
a { background-color: #CF03FF; }
a { background-color: rgb(207,3,255); }
div.DivClassName
{
background-color: #CF03FF;
}
.BgClassName
{
background-color: #CF03FF;
}
</style>
border-color css
<style>
span { border-color: #CF03FF; }
span { border-color: rgb(207,3,255); }
td.TdClassName
{
border-color: #CF03FF;
}
.TagClassName
{
border-color: #CF03FF;
}
</style>