Shades of Psychedelic Purple #CF0AFD
Tints of Psychedelic Purple #CF0AFD
RGB
CMYK
RGB Variations
Color information
#CF0AFD (or 0xCF0AFD) is known color: Psychedelic Purple. HEX triplet: CF, 0A and FD. RGB value is (207,10,253). Sum of RGB (Red+Green+Blue) = 207+10+253=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0AFD is #30F502. Grayscale: #5F5F5F. Windows color (decimal): -3208451 or 16583375. OLE color: 16583375.
HSL color Cylindrical-coordinate representation of color #CF0AFD: hue angle of 288.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0AFD is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 10 | 253 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.01 |
| HSL | 288.64º | 0.98% | 0.52% | - |
| HSV(B) | 288.64º | 0.96% | 0.99% | - |
| XYZ | 43.57 | 20.57 | 94.6 | - |
| YUV | 96.61 | 216.27 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 253 | 0.18 | 0.96 | 0 | 0.01 | 288.64 | 0.98 | 0.52 |
| Hex | CF | A | FD | 12 | 60 | 0 | 1 | 121 | 62 | 34 |
| Octal | 317 | 12 | 375 | 22 | 140 | 0 | 1 | 441 | 142 | 64 |
| Binary | 11001111 | 1010 | 11111101 | 10010 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110100 |
Color Harmonies of #CF0AFD
Complementary color
Monochromatic Colors of #CF0AFD
Black with #CF0AFD
Text Example
Text Example
White with #CF0AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0AFD; }
p { color: rgb(207,10,253); }
H1.HeaderClassName
{
color: #CF0AFD;
}
.AnyTagClassName
{
color: #CF0AFD;
}
</style>
background-color css
<style>
a { background-color: #CF0AFD; }
a { background-color: rgb(207,10,253); }
div.DivClassName
{
background-color: #CF0AFD;
}
.BgClassName
{
background-color: #CF0AFD;
}
</style>
border-color css
<style>
span { border-color: #CF0AFD; }
span { border-color: rgb(207,10,253); }
td.TdClassName
{
border-color: #CF0AFD;
}
.TagClassName
{
border-color: #CF0AFD;
}
</style>