Shades of Psychedelic Purple #CF0AFB
Tints of Psychedelic Purple #CF0AFB
RGB
CMYK
RGB Variations
Color information
#CF0AFB (or 0xCF0AFB) is known color: Psychedelic Purple. HEX triplet: CF, 0A and FB. RGB value is (207,10,251). Sum of RGB (Red+Green+Blue) = 207+10+251=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0AFB is #30F504. Grayscale: #5F5F5F. Windows color (decimal): -3208453 or 16452303. OLE color: 16452303.
HSL color Cylindrical-coordinate representation of color #CF0AFB: hue angle of 289.05º degrees, saturation: 0.97, 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 #CF0AFB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 10 | 251 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.02 |
| HSL | 289.05º | 0.97% | 0.51% | - |
| HSV(B) | 289.05º | 0.96% | 0.98% | - |
| XYZ | 43.25 | 20.45 | 92.93 | - |
| YUV | 96.38 | 215.27 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 251 | 0.18 | 0.96 | 0 | 0.02 | 289.05 | 0.97 | 0.51 |
| Hex | CF | A | FB | 12 | 60 | 0 | 2 | 121 | 61 | 33 |
| Octal | 317 | 12 | 373 | 22 | 140 | 0 | 2 | 441 | 141 | 63 |
| Binary | 11001111 | 1010 | 11111011 | 10010 | 1100000 | 0 | 10 | 100100001 | 1100001 | 110011 |
Color Harmonies of #CF0AFB
Complementary color
Monochromatic Colors of #CF0AFB
Black with #CF0AFB
Text Example
Text Example
White with #CF0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AFB; }
p { color: rgb(207,10,251); }
H1.HeaderClassName
{
color: #CF0AFB;
}
.AnyTagClassName
{
color: #CF0AFB;
}
</style>
background-color css
<style>
a { background-color: #CF0AFB; }
a { background-color: rgb(207,10,251); }
div.DivClassName
{
background-color: #CF0AFB;
}
.BgClassName
{
background-color: #CF0AFB;
}
</style>
border-color css
<style>
span { border-color: #CF0AFB; }
span { border-color: rgb(207,10,251); }
td.TdClassName
{
border-color: #CF0AFB;
}
.TagClassName
{
border-color: #CF0AFB;
}
</style>