Shades of Psychedelic Purple #CF21EE
Tints of Psychedelic Purple #CF21EE
RGB
CMYK
RGB Variations
Color information
#CF21EE (or 0xCF21EE) is known color: Psychedelic Purple. HEX triplet: CF, 21 and EE. RGB value is (207,33,238). Sum of RGB (Red+Green+Blue) = 207+33+238=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF21EE is #30DE11. Grayscale: #6B6B6B. Windows color (decimal): -3202578 or 15606223. OLE color: 15606223.
HSL color Cylindrical-coordinate representation of color #CF21EE: hue angle of 290.93º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF21EE is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 33 | 238 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.07 |
| HSL | 290.93º | 0.86% | 0.53% | - |
| HSV(B) | 290.93º | 0.86% | 0.93% | - |
| XYZ | 41.71 | 20.53 | 82.65 | - |
| YUV | 108.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 238 | 0.13 | 0.86 | 0 | 0.07 | 290.93 | 0.86 | 0.53 |
| Hex | CF | 21 | EE | D | 56 | 0 | 7 | 123 | 56 | 35 |
| Octal | 317 | 41 | 356 | 15 | 126 | 0 | 7 | 443 | 126 | 65 |
| Binary | 11001111 | 100001 | 11101110 | 1101 | 1010110 | 0 | 111 | 100100011 | 1010110 | 110101 |
Color Harmonies of #CF21EE
Complementary color
Monochromatic Colors of #CF21EE
Black with #CF21EE
Text Example
Text Example
White with #CF21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21EE; }
p { color: rgb(207,33,238); }
H1.HeaderClassName
{
color: #CF21EE;
}
.AnyTagClassName
{
color: #CF21EE;
}
</style>
background-color css
<style>
a { background-color: #CF21EE; }
a { background-color: rgb(207,33,238); }
div.DivClassName
{
background-color: #CF21EE;
}
.BgClassName
{
background-color: #CF21EE;
}
</style>
border-color css
<style>
span { border-color: #CF21EE; }
span { border-color: rgb(207,33,238); }
td.TdClassName
{
border-color: #CF21EE;
}
.TagClassName
{
border-color: #CF21EE;
}
</style>