Shades of Psychedelic Purple #CF0AFA
Tints of Psychedelic Purple #CF0AFA
RGB
CMYK
RGB Variations
Color information
#CF0AFA (or 0xCF0AFA) is known color: Psychedelic Purple. HEX triplet: CF, 0A and FA. RGB value is (207,10,250). Sum of RGB (Red+Green+Blue) = 207+10+250=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF0AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0AFA is #30F505. Grayscale: #5F5F5F. Windows color (decimal): -3208454 or 16386767. OLE color: 16386767.
HSL color Cylindrical-coordinate representation of color #CF0AFA: hue angle of 289.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0AFA is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 10 | 250 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.02 |
| HSL | 289.25º | 0.96% | 0.51% | - |
| HSV(B) | 289.25º | 0.96% | 0.98% | - |
| XYZ | 43.1 | 20.38 | 92.11 | - |
| YUV | 96.26 | 214.77 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 250 | 0.17 | 0.96 | 0 | 0.02 | 289.25 | 0.96 | 0.51 |
| Hex | CF | A | FA | 11 | 60 | 0 | 2 | 121 | 60 | 33 |
| Octal | 317 | 12 | 372 | 21 | 140 | 0 | 2 | 441 | 140 | 63 |
| Binary | 11001111 | 1010 | 11111010 | 10001 | 1100000 | 0 | 10 | 100100001 | 1100000 | 110011 |
Color Harmonies of #CF0AFA
Complementary color
Monochromatic Colors of #CF0AFA
Black with #CF0AFA
Text Example
Text Example
White with #CF0AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AFA; }
p { color: rgb(207,10,250); }
H1.HeaderClassName
{
color: #CF0AFA;
}
.AnyTagClassName
{
color: #CF0AFA;
}
</style>
background-color css
<style>
a { background-color: #CF0AFA; }
a { background-color: rgb(207,10,250); }
div.DivClassName
{
background-color: #CF0AFA;
}
.BgClassName
{
background-color: #CF0AFA;
}
</style>
border-color css
<style>
span { border-color: #CF0AFA; }
span { border-color: rgb(207,10,250); }
td.TdClassName
{
border-color: #CF0AFA;
}
.TagClassName
{
border-color: #CF0AFA;
}
</style>