Shades of Psychedelic Purple #CF01FA
Tints of Psychedelic Purple #CF01FA
RGB
CMYK
RGB Variations
Color information
#CF01FA (or 0xCF01FA) is known color: Psychedelic Purple. HEX triplet: CF, 01 and FA. RGB value is (207,1,250). Sum of RGB (Red+Green+Blue) = 207+1+250=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF01FA is #30FE05. Grayscale: #5A5A5A. Windows color (decimal): -3210758 or 16384463. OLE color: 16384463.
HSL color Cylindrical-coordinate representation of color #CF01FA: hue angle of 289.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01FA is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 1 | 250 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.02 |
| HSL | 289.64º | 0.99% | 0.49% | - |
| HSV(B) | 289.64º | 1% | 0.98% | - |
| XYZ | 43 | 20.19 | 92.07 | - |
| YUV | 90.98 | 217.75 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 250 | 0.17 | 1.00 | 0 | 0.02 | 289.64 | 0.99 | 0.49 |
| Hex | CF | 1 | FA | 11 | 64 | 0 | 2 | 122 | 63 | 31 |
| Octal | 317 | 1 | 372 | 21 | 144 | 0 | 2 | 442 | 143 | 61 |
| Binary | 11001111 | 1 | 11111010 | 10001 | 1100100 | 0 | 10 | 100100010 | 1100011 | 110001 |
Color Harmonies of #CF01FA
Complementary color
Monochromatic Colors of #CF01FA
Black with #CF01FA
Text Example
Text Example
White with #CF01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01FA; }
p { color: rgb(207,1,250); }
H1.HeaderClassName
{
color: #CF01FA;
}
.AnyTagClassName
{
color: #CF01FA;
}
</style>
background-color css
<style>
a { background-color: #CF01FA; }
a { background-color: rgb(207,1,250); }
div.DivClassName
{
background-color: #CF01FA;
}
.BgClassName
{
background-color: #CF01FA;
}
</style>
border-color css
<style>
span { border-color: #CF01FA; }
span { border-color: rgb(207,1,250); }
td.TdClassName
{
border-color: #CF01FA;
}
.TagClassName
{
border-color: #CF01FA;
}
</style>