Shades of Psychedelic Purple #CF15EF
Tints of Psychedelic Purple #CF15EF
RGB
CMYK
RGB Variations
Color information
#CF15EF (or 0xCF15EF) is known color: Psychedelic Purple. HEX triplet: CF, 15 and EF. RGB value is (207,21,239). Sum of RGB (Red+Green+Blue) = 207+21+239=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF15EF is #30EA10. Grayscale: #646464. Windows color (decimal): -3205649 or 15668687. OLE color: 15668687.
HSL color Cylindrical-coordinate representation of color #CF15EF: hue angle of 291.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF15EF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 21 | 239 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.06 |
| HSL | 291.19º | 0.87% | 0.51% | - |
| HSV(B) | 291.19º | 0.91% | 0.94% | - |
| XYZ | 41.58 | 20.03 | 83.34 | - |
| YUV | 101.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 239 | 0.13 | 0.91 | 0 | 0.06 | 291.19 | 0.87 | 0.51 |
| Hex | CF | 15 | EF | D | 5B | 0 | 6 | 123 | 57 | 33 |
| Octal | 317 | 25 | 357 | 15 | 133 | 0 | 6 | 443 | 127 | 63 |
| Binary | 11001111 | 10101 | 11101111 | 1101 | 1011011 | 0 | 110 | 100100011 | 1010111 | 110011 |
Color Harmonies of #CF15EF
Complementary color
Monochromatic Colors of #CF15EF
Black with #CF15EF
Text Example
Text Example
White with #CF15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF15EF; }
p { color: rgb(207,21,239); }
H1.HeaderClassName
{
color: #CF15EF;
}
.AnyTagClassName
{
color: #CF15EF;
}
</style>
background-color css
<style>
a { background-color: #CF15EF; }
a { background-color: rgb(207,21,239); }
div.DivClassName
{
background-color: #CF15EF;
}
.BgClassName
{
background-color: #CF15EF;
}
</style>
border-color css
<style>
span { border-color: #CF15EF; }
span { border-color: rgb(207,21,239); }
td.TdClassName
{
border-color: #CF15EF;
}
.TagClassName
{
border-color: #CF15EF;
}
</style>