Shades of Psychedelic Purple #CF20EE
Tints of Psychedelic Purple #CF20EE
RGB
CMYK
RGB Variations
Color information
#CF20EE (or 0xCF20EE) is known color: Psychedelic Purple. HEX triplet: CF, 20 and EE. RGB value is (207,32,238). Sum of RGB (Red+Green+Blue) = 207+32+238=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF20EE is #30DF11. Grayscale: #6B6B6B. Windows color (decimal): -3202834 or 15605967. OLE color: 15605967.
HSL color Cylindrical-coordinate representation of color #CF20EE: hue angle of 290.97º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF20EE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 32 | 238 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.07 |
| HSL | 290.97º | 0.86% | 0.53% | - |
| HSV(B) | 290.97º | 0.87% | 0.93% | - |
| XYZ | 41.68 | 20.47 | 82.64 | - |
| YUV | 107.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 238 | 0.13 | 0.87 | 0 | 0.07 | 290.97 | 0.86 | 0.53 |
| Hex | CF | 20 | EE | D | 57 | 0 | 7 | 123 | 56 | 35 |
| Octal | 317 | 40 | 356 | 15 | 127 | 0 | 7 | 443 | 126 | 65 |
| Binary | 11001111 | 100000 | 11101110 | 1101 | 1010111 | 0 | 111 | 100100011 | 1010110 | 110101 |
Color Harmonies of #CF20EE
Complementary color
Monochromatic Colors of #CF20EE
Black with #CF20EE
Text Example
Text Example
White with #CF20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF20EE; }
p { color: rgb(207,32,238); }
H1.HeaderClassName
{
color: #CF20EE;
}
.AnyTagClassName
{
color: #CF20EE;
}
</style>
background-color css
<style>
a { background-color: #CF20EE; }
a { background-color: rgb(207,32,238); }
div.DivClassName
{
background-color: #CF20EE;
}
.BgClassName
{
background-color: #CF20EE;
}
</style>
border-color css
<style>
span { border-color: #CF20EE; }
span { border-color: rgb(207,32,238); }
td.TdClassName
{
border-color: #CF20EE;
}
.TagClassName
{
border-color: #CF20EE;
}
</style>