Shades of Psychedelic Purple #CF21E7
Tints of Psychedelic Purple #CF21E7
RGB
CMYK
RGB Variations
Color information
#CF21E7 (or 0xCF21E7) is known color: Psychedelic Purple. HEX triplet: CF, 21 and E7. RGB value is (207,33,231). Sum of RGB (Red+Green+Blue) = 207+33+231=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF21E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF21E7 is #30DE18. Grayscale: #6A6A6A. Windows color (decimal): -3202585 or 15147471. OLE color: 15147471.
HSL color Cylindrical-coordinate representation of color #CF21E7: hue angle of 292.73º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF21E7 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 33 | 231 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.09 |
| HSL | 292.73º | 0.8% | 0.52% | - |
| HSV(B) | 292.73º | 0.86% | 0.91% | - |
| XYZ | 40.7 | 20.12 | 77.34 | - |
| YUV | 107.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 231 | 0.10 | 0.86 | 0 | 0.09 | 292.73 | 0.8 | 0.52 |
| Hex | CF | 21 | E7 | A | 56 | 0 | 9 | 125 | 50 | 34 |
| Octal | 317 | 41 | 347 | 12 | 126 | 0 | 11 | 445 | 120 | 64 |
| Binary | 11001111 | 100001 | 11100111 | 1010 | 1010110 | 0 | 1001 | 100100101 | 1010000 | 110100 |
Color Harmonies of #CF21E7
Complementary color
Monochromatic Colors of #CF21E7
Black with #CF21E7
Text Example
Text Example
White with #CF21E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21E7; }
p { color: rgb(207,33,231); }
H1.HeaderClassName
{
color: #CF21E7;
}
.AnyTagClassName
{
color: #CF21E7;
}
</style>
background-color css
<style>
a { background-color: #CF21E7; }
a { background-color: rgb(207,33,231); }
div.DivClassName
{
background-color: #CF21E7;
}
.BgClassName
{
background-color: #CF21E7;
}
</style>
border-color css
<style>
span { border-color: #CF21E7; }
span { border-color: rgb(207,33,231); }
td.TdClassName
{
border-color: #CF21E7;
}
.TagClassName
{
border-color: #CF21E7;
}
</style>