Shades of Psychedelic Purple #CF02EF
Tints of Psychedelic Purple #CF02EF
RGB
CMYK
RGB Variations
Color information
#CF02EF (or 0xCF02EF) is known color: Psychedelic Purple. HEX triplet: CF, 02 and EF. RGB value is (207,2,239). Sum of RGB (Red+Green+Blue) = 207+2+239=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF02EF is #30FD10. Grayscale: #595959. Windows color (decimal): -3210513 or 15663823. OLE color: 15663823.
HSL color Cylindrical-coordinate representation of color #CF02EF: hue angle of 291.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02EF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 2 | 239 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.06 |
| HSL | 291.9º | 0.98% | 0.47% | - |
| HSV(B) | 291.9º | 0.99% | 0.94% | - |
| XYZ | 41.33 | 19.54 | 83.25 | - |
| YUV | 90.31 | 211.92 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 239 | 0.13 | 0.99 | 0 | 0.06 | 291.9 | 0.98 | 0.47 |
| Hex | CF | 2 | EF | D | 63 | 0 | 6 | 124 | 62 | 2F |
| Octal | 317 | 2 | 357 | 15 | 143 | 0 | 6 | 444 | 142 | 57 |
| Binary | 11001111 | 10 | 11101111 | 1101 | 1100011 | 0 | 110 | 100100100 | 1100010 | 101111 |
Color Harmonies of #CF02EF
Complementary color
Monochromatic Colors of #CF02EF
Black with #CF02EF
Text Example
Text Example
White with #CF02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02EF; }
p { color: rgb(207,2,239); }
H1.HeaderClassName
{
color: #CF02EF;
}
.AnyTagClassName
{
color: #CF02EF;
}
</style>
background-color css
<style>
a { background-color: #CF02EF; }
a { background-color: rgb(207,2,239); }
div.DivClassName
{
background-color: #CF02EF;
}
.BgClassName
{
background-color: #CF02EF;
}
</style>
border-color css
<style>
span { border-color: #CF02EF; }
span { border-color: rgb(207,2,239); }
td.TdClassName
{
border-color: #CF02EF;
}
.TagClassName
{
border-color: #CF02EF;
}
</style>