Shades of Psychedelic Purple #CF05F0
Tints of Psychedelic Purple #CF05F0
RGB
CMYK
RGB Variations
Color information
#CF05F0 (or 0xCF05F0) is known color: Psychedelic Purple. HEX triplet: CF, 05 and F0. RGB value is (207,5,240). Sum of RGB (Red+Green+Blue) = 207+5+240=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF05F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF05F0 is #30FA0F. Grayscale: #5B5B5B. Windows color (decimal): -3209744 or 15730127. OLE color: 15730127.
HSL color Cylindrical-coordinate representation of color #CF05F0: hue angle of 291.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05F0 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 5 | 240 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.06 |
| HSL | 291.57º | 0.96% | 0.48% | - |
| HSV(B) | 291.57º | 0.98% | 0.94% | - |
| XYZ | 41.51 | 19.67 | 84.05 | - |
| YUV | 92.19 | 211.42 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 240 | 0.14 | 0.98 | 0 | 0.06 | 291.57 | 0.96 | 0.48 |
| Hex | CF | 5 | F0 | E | 62 | 0 | 6 | 124 | 60 | 30 |
| Octal | 317 | 5 | 360 | 16 | 142 | 0 | 6 | 444 | 140 | 60 |
| Binary | 11001111 | 101 | 11110000 | 1110 | 1100010 | 0 | 110 | 100100100 | 1100000 | 110000 |
Color Harmonies of #CF05F0
Complementary color
Monochromatic Colors of #CF05F0
Black with #CF05F0
Text Example
Text Example
White with #CF05F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05F0; }
p { color: rgb(207,5,240); }
H1.HeaderClassName
{
color: #CF05F0;
}
.AnyTagClassName
{
color: #CF05F0;
}
</style>
background-color css
<style>
a { background-color: #CF05F0; }
a { background-color: rgb(207,5,240); }
div.DivClassName
{
background-color: #CF05F0;
}
.BgClassName
{
background-color: #CF05F0;
}
</style>
border-color css
<style>
span { border-color: #CF05F0; }
span { border-color: rgb(207,5,240); }
td.TdClassName
{
border-color: #CF05F0;
}
.TagClassName
{
border-color: #CF05F0;
}
</style>