Shades of Psychedelic Purple #CF11EF
Tints of Psychedelic Purple #CF11EF
RGB
CMYK
RGB Variations
Color information
#CF11EF (or 0xCF11EF) is known color: Psychedelic Purple. HEX triplet: CF, 11 and EF. RGB value is (207,17,239). Sum of RGB (Red+Green+Blue) = 207+17+239=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF11EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF11EF is #30EE10. Grayscale: #626262. Windows color (decimal): -3206673 or 15667663. OLE color: 15667663.
HSL color Cylindrical-coordinate representation of color #CF11EF: hue angle of 291.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF11EF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 17 | 239 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.06 |
| HSL | 291.35º | 0.87% | 0.5% | - |
| HSV(B) | 291.35º | 0.93% | 0.94% | - |
| XYZ | 41.51 | 19.9 | 83.31 | - |
| YUV | 99.12 | 206.95 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 239 | 0.13 | 0.93 | 0 | 0.06 | 291.35 | 0.87 | 0.5 |
| Hex | CF | 11 | EF | D | 5D | 0 | 6 | 123 | 57 | 32 |
| Octal | 317 | 21 | 357 | 15 | 135 | 0 | 6 | 443 | 127 | 62 |
| Binary | 11001111 | 10001 | 11101111 | 1101 | 1011101 | 0 | 110 | 100100011 | 1010111 | 110010 |
Color Harmonies of #CF11EF
Complementary color
Monochromatic Colors of #CF11EF
Black with #CF11EF
Text Example
Text Example
White with #CF11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11EF; }
p { color: rgb(207,17,239); }
H1.HeaderClassName
{
color: #CF11EF;
}
.AnyTagClassName
{
color: #CF11EF;
}
</style>
background-color css
<style>
a { background-color: #CF11EF; }
a { background-color: rgb(207,17,239); }
div.DivClassName
{
background-color: #CF11EF;
}
.BgClassName
{
background-color: #CF11EF;
}
</style>
border-color css
<style>
span { border-color: #CF11EF; }
span { border-color: rgb(207,17,239); }
td.TdClassName
{
border-color: #CF11EF;
}
.TagClassName
{
border-color: #CF11EF;
}
</style>