Shades of Psychedelic Purple #CF04EE
Tints of Psychedelic Purple #CF04EE
RGB
CMYK
RGB Variations
Color information
#CF04EE (or 0xCF04EE) is known color: Psychedelic Purple. HEX triplet: CF, 04 and EE. RGB value is (207,4,238). Sum of RGB (Red+Green+Blue) = 207+4+238=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF04EE is #30FB11. Grayscale: #5A5A5A. Windows color (decimal): -3210002 or 15598799. OLE color: 15598799.
HSL color Cylindrical-coordinate representation of color #CF04EE: hue angle of 292.05º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04EE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 4 | 238 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.07 |
| HSL | 292.05º | 0.97% | 0.47% | - |
| HSV(B) | 292.05º | 0.98% | 0.93% | - |
| XYZ | 41.21 | 19.53 | 82.49 | - |
| YUV | 91.37 | 210.75 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 238 | 0.13 | 0.98 | 0 | 0.07 | 292.05 | 0.97 | 0.47 |
| Hex | CF | 4 | EE | D | 62 | 0 | 7 | 124 | 61 | 2F |
| Octal | 317 | 4 | 356 | 15 | 142 | 0 | 7 | 444 | 141 | 57 |
| Binary | 11001111 | 100 | 11101110 | 1101 | 1100010 | 0 | 111 | 100100100 | 1100001 | 101111 |
Color Harmonies of #CF04EE
Complementary color
Monochromatic Colors of #CF04EE
Black with #CF04EE
Text Example
Text Example
White with #CF04EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04EE; }
p { color: rgb(207,4,238); }
H1.HeaderClassName
{
color: #CF04EE;
}
.AnyTagClassName
{
color: #CF04EE;
}
</style>
background-color css
<style>
a { background-color: #CF04EE; }
a { background-color: rgb(207,4,238); }
div.DivClassName
{
background-color: #CF04EE;
}
.BgClassName
{
background-color: #CF04EE;
}
</style>
border-color css
<style>
span { border-color: #CF04EE; }
span { border-color: rgb(207,4,238); }
td.TdClassName
{
border-color: #CF04EE;
}
.TagClassName
{
border-color: #CF04EE;
}
</style>