Shades of Psychedelic Purple #CF02E8
Tints of Psychedelic Purple #CF02E8
RGB
CMYK
RGB Variations
Color information
#CF02E8 (or 0xCF02E8) is known color: Psychedelic Purple. HEX triplet: CF, 02 and E8. RGB value is (207,2,232). Sum of RGB (Red+Green+Blue) = 207+2+232=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF02E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF02E8 is #30FD17. Grayscale: #585858. Windows color (decimal): -3210520 or 15205071. OLE color: 15205071.
HSL color Cylindrical-coordinate representation of color #CF02E8: hue angle of 293.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02E8 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 2 | 232 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.09 |
| HSL | 293.48º | 0.98% | 0.46% | - |
| HSV(B) | 293.48º | 0.99% | 0.91% | - |
| XYZ | 40.32 | 19.14 | 77.91 | - |
| YUV | 89.52 | 208.42 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 232 | 0.11 | 0.99 | 0 | 0.09 | 293.48 | 0.98 | 0.46 |
| Hex | CF | 2 | E8 | B | 63 | 0 | 9 | 125 | 62 | 2E |
| Octal | 317 | 2 | 350 | 13 | 143 | 0 | 11 | 445 | 142 | 56 |
| Binary | 11001111 | 10 | 11101000 | 1011 | 1100011 | 0 | 1001 | 100100101 | 1100010 | 101110 |
Color Harmonies of #CF02E8
Complementary color
Monochromatic Colors of #CF02E8
Black with #CF02E8
Text Example
Text Example
White with #CF02E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02E8; }
p { color: rgb(207,2,232); }
H1.HeaderClassName
{
color: #CF02E8;
}
.AnyTagClassName
{
color: #CF02E8;
}
</style>
background-color css
<style>
a { background-color: #CF02E8; }
a { background-color: rgb(207,2,232); }
div.DivClassName
{
background-color: #CF02E8;
}
.BgClassName
{
background-color: #CF02E8;
}
</style>
border-color css
<style>
span { border-color: #CF02E8; }
span { border-color: rgb(207,2,232); }
td.TdClassName
{
border-color: #CF02E8;
}
.TagClassName
{
border-color: #CF02E8;
}
</style>