Shades of Psychedelic Purple #CF11EE
Tints of Psychedelic Purple #CF11EE
RGB
CMYK
RGB Variations
Color information
#CF11EE (or 0xCF11EE) is known color: Psychedelic Purple. HEX triplet: CF, 11 and EE. RGB value is (207,17,238). Sum of RGB (Red+Green+Blue) = 207+17+238=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF11EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF11EE is #30EE11. Grayscale: #626262. Windows color (decimal): -3206674 or 15602127. OLE color: 15602127.
HSL color Cylindrical-coordinate representation of color #CF11EE: hue angle of 291.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF11EE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 17 | 238 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.07 |
| HSL | 291.58º | 0.87% | 0.5% | - |
| HSV(B) | 291.58º | 0.93% | 0.93% | - |
| XYZ | 41.37 | 19.84 | 82.54 | - |
| YUV | 99 | 206.45 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 238 | 0.13 | 0.93 | 0 | 0.07 | 291.58 | 0.87 | 0.5 |
| Hex | CF | 11 | EE | D | 5D | 0 | 7 | 124 | 57 | 32 |
| Octal | 317 | 21 | 356 | 15 | 135 | 0 | 7 | 444 | 127 | 62 |
| Binary | 11001111 | 10001 | 11101110 | 1101 | 1011101 | 0 | 111 | 100100100 | 1010111 | 110010 |
Color Harmonies of #CF11EE
Complementary color
Monochromatic Colors of #CF11EE
Black with #CF11EE
Text Example
Text Example
White with #CF11EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11EE; }
p { color: rgb(207,17,238); }
H1.HeaderClassName
{
color: #CF11EE;
}
.AnyTagClassName
{
color: #CF11EE;
}
</style>
background-color css
<style>
a { background-color: #CF11EE; }
a { background-color: rgb(207,17,238); }
div.DivClassName
{
background-color: #CF11EE;
}
.BgClassName
{
background-color: #CF11EE;
}
</style>
border-color css
<style>
span { border-color: #CF11EE; }
span { border-color: rgb(207,17,238); }
td.TdClassName
{
border-color: #CF11EE;
}
.TagClassName
{
border-color: #CF11EE;
}
</style>