Shades of Psychedelic Purple #CF21FA
Tints of Psychedelic Purple #CF21FA
RGB
CMYK
RGB Variations
Color information
#CF21FA (or 0xCF21FA) is known color: Psychedelic Purple. HEX triplet: CF, 21 and FA. RGB value is (207,33,250). Sum of RGB (Red+Green+Blue) = 207+33+250=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF21FA is #30DE05. Grayscale: #6D6D6D. Windows color (decimal): -3202566 or 16392655. OLE color: 16392655.
HSL color Cylindrical-coordinate representation of color #CF21FA: hue angle of 288.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF21FA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 33 | 250 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.02 |
| HSL | 288.11º | 0.96% | 0.55% | - |
| HSV(B) | 288.11º | 0.87% | 0.98% | - |
| XYZ | 43.53 | 21.26 | 92.25 | - |
| YUV | 109.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 250 | 0.17 | 0.87 | 0 | 0.02 | 288.11 | 0.96 | 0.55 |
| Hex | CF | 21 | FA | 11 | 57 | 0 | 2 | 120 | 60 | 37 |
| Octal | 317 | 41 | 372 | 21 | 127 | 0 | 2 | 440 | 140 | 67 |
| Binary | 11001111 | 100001 | 11111010 | 10001 | 1010111 | 0 | 10 | 100100000 | 1100000 | 110111 |
Color Harmonies of #CF21FA
Complementary color
Monochromatic Colors of #CF21FA
Black with #CF21FA
Text Example
Text Example
White with #CF21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21FA; }
p { color: rgb(207,33,250); }
H1.HeaderClassName
{
color: #CF21FA;
}
.AnyTagClassName
{
color: #CF21FA;
}
</style>
background-color css
<style>
a { background-color: #CF21FA; }
a { background-color: rgb(207,33,250); }
div.DivClassName
{
background-color: #CF21FA;
}
.BgClassName
{
background-color: #CF21FA;
}
</style>
border-color css
<style>
span { border-color: #CF21FA; }
span { border-color: rgb(207,33,250); }
td.TdClassName
{
border-color: #CF21FA;
}
.TagClassName
{
border-color: #CF21FA;
}
</style>