Shades of Psychedelic Purple #CF0AFC
Tints of Psychedelic Purple #CF0AFC
RGB
CMYK
RGB Variations
Color information
#CF0AFC (or 0xCF0AFC) is known color: Psychedelic Purple. HEX triplet: CF, 0A and FC. RGB value is (207,10,252). Sum of RGB (Red+Green+Blue) = 207+10+252=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF0AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0AFC is #30F503. Grayscale: #5F5F5F. Windows color (decimal): -3208452 or 16517839. OLE color: 16517839.
HSL color Cylindrical-coordinate representation of color #CF0AFC: hue angle of 288.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0AFC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 10 | 252 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.01 |
| HSL | 288.84º | 0.98% | 0.51% | - |
| HSV(B) | 288.84º | 0.96% | 0.99% | - |
| XYZ | 43.41 | 20.51 | 93.77 | - |
| YUV | 96.49 | 215.77 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 252 | 0.18 | 0.96 | 0 | 0.01 | 288.84 | 0.98 | 0.51 |
| Hex | CF | A | FC | 12 | 60 | 0 | 1 | 121 | 62 | 33 |
| Octal | 317 | 12 | 374 | 22 | 140 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11001111 | 1010 | 11111100 | 10010 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #CF0AFC
Complementary color
Monochromatic Colors of #CF0AFC
Black with #CF0AFC
Text Example
Text Example
White with #CF0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AFC; }
p { color: rgb(207,10,252); }
H1.HeaderClassName
{
color: #CF0AFC;
}
.AnyTagClassName
{
color: #CF0AFC;
}
</style>
background-color css
<style>
a { background-color: #CF0AFC; }
a { background-color: rgb(207,10,252); }
div.DivClassName
{
background-color: #CF0AFC;
}
.BgClassName
{
background-color: #CF0AFC;
}
</style>
border-color css
<style>
span { border-color: #CF0AFC; }
span { border-color: rgb(207,10,252); }
td.TdClassName
{
border-color: #CF0AFC;
}
.TagClassName
{
border-color: #CF0AFC;
}
</style>