Shades of Psychedelic Purple #CF15FA
Tints of Psychedelic Purple #CF15FA
RGB
CMYK
RGB Variations
Color information
#CF15FA (or 0xCF15FA) is known color: Psychedelic Purple. HEX triplet: CF, 15 and FA. RGB value is (207,21,250). Sum of RGB (Red+Green+Blue) = 207+21+250=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF15FA is #30EA05. Grayscale: #656565. Windows color (decimal): -3205638 or 16389583. OLE color: 16389583.
HSL color Cylindrical-coordinate representation of color #CF15FA: hue angle of 288.73º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF15FA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 21 | 250 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.02 |
| HSL | 288.73º | 0.96% | 0.53% | - |
| HSV(B) | 288.73º | 0.92% | 0.98% | - |
| XYZ | 43.26 | 20.7 | 92.16 | - |
| YUV | 102.72 | 211.12 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 250 | 0.17 | 0.92 | 0 | 0.02 | 288.73 | 0.96 | 0.53 |
| Hex | CF | 15 | FA | 11 | 5C | 0 | 2 | 121 | 60 | 35 |
| Octal | 317 | 25 | 372 | 21 | 134 | 0 | 2 | 441 | 140 | 65 |
| Binary | 11001111 | 10101 | 11111010 | 10001 | 1011100 | 0 | 10 | 100100001 | 1100000 | 110101 |
Color Harmonies of #CF15FA
Complementary color
Monochromatic Colors of #CF15FA
Black with #CF15FA
Text Example
Text Example
White with #CF15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF15FA; }
p { color: rgb(207,21,250); }
H1.HeaderClassName
{
color: #CF15FA;
}
.AnyTagClassName
{
color: #CF15FA;
}
</style>
background-color css
<style>
a { background-color: #CF15FA; }
a { background-color: rgb(207,21,250); }
div.DivClassName
{
background-color: #CF15FA;
}
.BgClassName
{
background-color: #CF15FA;
}
</style>
border-color css
<style>
span { border-color: #CF15FA; }
span { border-color: rgb(207,21,250); }
td.TdClassName
{
border-color: #CF15FA;
}
.TagClassName
{
border-color: #CF15FA;
}
</style>