Shades of Psychedelic Purple #CF2EF7
Tints of Psychedelic Purple #CF2EF7
RGB
CMYK
RGB Variations
Color information
#CF2EF7 (or 0xCF2EF7) is known color: Psychedelic Purple. HEX triplet: CF, 2E and F7. RGB value is (207,46,247). Sum of RGB (Red+Green+Blue) = 207+46+247=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF2EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2EF7 is #30D108. Grayscale: #747474. Windows color (decimal): -3199241 or 16199375. OLE color: 16199375.
HSL color Cylindrical-coordinate representation of color #CF2EF7: hue angle of 288.06º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2EF7 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 46 | 247 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.03 |
| HSL | 288.06º | 0.93% | 0.57% | - |
| HSV(B) | 288.06º | 0.81% | 0.97% | - |
| XYZ | 43.5 | 21.93 | 89.94 | - |
| YUV | 117.05 | 201.34 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 247 | 0.16 | 0.81 | 0 | 0.03 | 288.06 | 0.93 | 0.57 |
| Hex | CF | 2E | F7 | 10 | 51 | 0 | 3 | 120 | 5D | 39 |
| Octal | 317 | 56 | 367 | 20 | 121 | 0 | 3 | 440 | 135 | 71 |
| Binary | 11001111 | 101110 | 11110111 | 10000 | 1010001 | 0 | 11 | 100100000 | 1011101 | 111001 |
Color Harmonies of #CF2EF7
Complementary color
Monochromatic Colors of #CF2EF7
Black with #CF2EF7
Text Example
Text Example
White with #CF2EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EF7; }
p { color: rgb(207,46,247); }
H1.HeaderClassName
{
color: #CF2EF7;
}
.AnyTagClassName
{
color: #CF2EF7;
}
</style>
background-color css
<style>
a { background-color: #CF2EF7; }
a { background-color: rgb(207,46,247); }
div.DivClassName
{
background-color: #CF2EF7;
}
.BgClassName
{
background-color: #CF2EF7;
}
</style>
border-color css
<style>
span { border-color: #CF2EF7; }
span { border-color: rgb(207,46,247); }
td.TdClassName
{
border-color: #CF2EF7;
}
.TagClassName
{
border-color: #CF2EF7;
}
</style>