Shades of Psychedelic Purple #CF18EF
Tints of Psychedelic Purple #CF18EF
RGB
CMYK
RGB Variations
Color information
#CF18EF (or 0xCF18EF) is known color: Psychedelic Purple. HEX triplet: CF, 18 and EF. RGB value is (207,24,239). Sum of RGB (Red+Green+Blue) = 207+24+239=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF18EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF18EF is #30E710. Grayscale: #666666. Windows color (decimal): -3204881 or 15669455. OLE color: 15669455.
HSL color Cylindrical-coordinate representation of color #CF18EF: hue angle of 291.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF18EF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 24 | 239 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.06 |
| HSL | 291.07º | 0.87% | 0.52% | - |
| HSV(B) | 291.07º | 0.9% | 0.94% | - |
| XYZ | 41.64 | 20.15 | 83.36 | - |
| YUV | 103.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 239 | 0.13 | 0.90 | 0 | 0.06 | 291.07 | 0.87 | 0.52 |
| Hex | CF | 18 | EF | D | 5A | 0 | 6 | 123 | 57 | 34 |
| Octal | 317 | 30 | 357 | 15 | 132 | 0 | 6 | 443 | 127 | 64 |
| Binary | 11001111 | 11000 | 11101111 | 1101 | 1011010 | 0 | 110 | 100100011 | 1010111 | 110100 |
Color Harmonies of #CF18EF
Complementary color
Monochromatic Colors of #CF18EF
Black with #CF18EF
Text Example
Text Example
White with #CF18EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18EF; }
p { color: rgb(207,24,239); }
H1.HeaderClassName
{
color: #CF18EF;
}
.AnyTagClassName
{
color: #CF18EF;
}
</style>
background-color css
<style>
a { background-color: #CF18EF; }
a { background-color: rgb(207,24,239); }
div.DivClassName
{
background-color: #CF18EF;
}
.BgClassName
{
background-color: #CF18EF;
}
</style>
border-color css
<style>
span { border-color: #CF18EF; }
span { border-color: rgb(207,24,239); }
td.TdClassName
{
border-color: #CF18EF;
}
.TagClassName
{
border-color: #CF18EF;
}
</style>