Shades of Psychedelic Purple #CF05E8
Tints of Psychedelic Purple #CF05E8
RGB
CMYK
RGB Variations
Color information
#CF05E8 (or 0xCF05E8) is known color: Psychedelic Purple. HEX triplet: CF, 05 and E8. RGB value is (207,5,232). Sum of RGB (Red+Green+Blue) = 207+5+232=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF05E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF05E8 is #30FA17. Grayscale: #5A5A5A. Windows color (decimal): -3209752 or 15205839. OLE color: 15205839.
HSL color Cylindrical-coordinate representation of color #CF05E8: hue angle of 293.39º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05E8 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 5 | 232 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.09 |
| HSL | 293.39º | 0.96% | 0.46% | - |
| HSV(B) | 293.39º | 0.98% | 0.91% | - |
| XYZ | 40.35 | 19.2 | 77.92 | - |
| YUV | 91.28 | 207.42 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 232 | 0.11 | 0.98 | 0 | 0.09 | 293.39 | 0.96 | 0.46 |
| Hex | CF | 5 | E8 | B | 62 | 0 | 9 | 125 | 60 | 2E |
| Octal | 317 | 5 | 350 | 13 | 142 | 0 | 11 | 445 | 140 | 56 |
| Binary | 11001111 | 101 | 11101000 | 1011 | 1100010 | 0 | 1001 | 100100101 | 1100000 | 101110 |
Color Harmonies of #CF05E8
Complementary color
Monochromatic Colors of #CF05E8
Black with #CF05E8
Text Example
Text Example
White with #CF05E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05E8; }
p { color: rgb(207,5,232); }
H1.HeaderClassName
{
color: #CF05E8;
}
.AnyTagClassName
{
color: #CF05E8;
}
</style>
background-color css
<style>
a { background-color: #CF05E8; }
a { background-color: rgb(207,5,232); }
div.DivClassName
{
background-color: #CF05E8;
}
.BgClassName
{
background-color: #CF05E8;
}
</style>
border-color css
<style>
span { border-color: #CF05E8; }
span { border-color: rgb(207,5,232); }
td.TdClassName
{
border-color: #CF05E8;
}
.TagClassName
{
border-color: #CF05E8;
}
</style>