Shades of Psychedelic Purple #CF2FEF
Tints of Psychedelic Purple #CF2FEF
RGB
CMYK
RGB Variations
Color information
#CF2FEF (or 0xCF2FEF) is known color: Psychedelic Purple. HEX triplet: CF, 2F and EF. RGB value is (207,47,239). Sum of RGB (Red+Green+Blue) = 207+47+239=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FEF is #30D010. Grayscale: #747474. Windows color (decimal): -3198993 or 15675343. OLE color: 15675343.
HSL color Cylindrical-coordinate representation of color #CF2FEF: hue angle of 290º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2FEF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 47 | 239 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.06 |
| HSL | 290º | 0.86% | 0.56% | - |
| HSV(B) | 290º | 0.8% | 0.94% | - |
| XYZ | 42.33 | 21.53 | 83.59 | - |
| YUV | 116.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 239 | 0.13 | 0.80 | 0 | 0.06 | 290 | 0.86 | 0.56 |
| Hex | CF | 2F | EF | D | 50 | 0 | 6 | 122 | 56 | 38 |
| Octal | 317 | 57 | 357 | 15 | 120 | 0 | 6 | 442 | 126 | 70 |
| Binary | 11001111 | 101111 | 11101111 | 1101 | 1010000 | 0 | 110 | 100100010 | 1010110 | 111000 |
Color Harmonies of #CF2FEF
Complementary color
Monochromatic Colors of #CF2FEF
Black with #CF2FEF
Text Example
Text Example
White with #CF2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FEF; }
p { color: rgb(207,47,239); }
H1.HeaderClassName
{
color: #CF2FEF;
}
.AnyTagClassName
{
color: #CF2FEF;
}
</style>
background-color css
<style>
a { background-color: #CF2FEF; }
a { background-color: rgb(207,47,239); }
div.DivClassName
{
background-color: #CF2FEF;
}
.BgClassName
{
background-color: #CF2FEF;
}
</style>
border-color css
<style>
span { border-color: #CF2FEF; }
span { border-color: rgb(207,47,239); }
td.TdClassName
{
border-color: #CF2FEF;
}
.TagClassName
{
border-color: #CF2FEF;
}
</style>