Shades of Psychedelic Purple #CF23EF
Tints of Psychedelic Purple #CF23EF
RGB
CMYK
RGB Variations
Color information
#CF23EF (or 0xCF23EF) is known color: Psychedelic Purple. HEX triplet: CF, 23 and EF. RGB value is (207,35,239). Sum of RGB (Red+Green+Blue) = 207+35+239=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF23EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF23EF is #30DC10. Grayscale: #6D6D6D. Windows color (decimal): -3202065 or 15672271. OLE color: 15672271.
HSL color Cylindrical-coordinate representation of color #CF23EF: hue angle of 290.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF23EF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 35 | 239 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.06 |
| HSL | 290.59º | 0.86% | 0.54% | - |
| HSV(B) | 290.59º | 0.85% | 0.94% | - |
| XYZ | 41.91 | 20.7 | 83.45 | - |
| YUV | 109.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 239 | 0.13 | 0.85 | 0 | 0.06 | 290.59 | 0.86 | 0.54 |
| Hex | CF | 23 | EF | D | 55 | 0 | 6 | 123 | 56 | 36 |
| Octal | 317 | 43 | 357 | 15 | 125 | 0 | 6 | 443 | 126 | 66 |
| Binary | 11001111 | 100011 | 11101111 | 1101 | 1010101 | 0 | 110 | 100100011 | 1010110 | 110110 |
Color Harmonies of #CF23EF
Complementary color
Monochromatic Colors of #CF23EF
Black with #CF23EF
Text Example
Text Example
White with #CF23EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23EF; }
p { color: rgb(207,35,239); }
H1.HeaderClassName
{
color: #CF23EF;
}
.AnyTagClassName
{
color: #CF23EF;
}
</style>
background-color css
<style>
a { background-color: #CF23EF; }
a { background-color: rgb(207,35,239); }
div.DivClassName
{
background-color: #CF23EF;
}
.BgClassName
{
background-color: #CF23EF;
}
</style>
border-color css
<style>
span { border-color: #CF23EF; }
span { border-color: rgb(207,35,239); }
td.TdClassName
{
border-color: #CF23EF;
}
.TagClassName
{
border-color: #CF23EF;
}
</style>