Shades of Psychedelic Purple #CF2EEF
Tints of Psychedelic Purple #CF2EEF
RGB
CMYK
RGB Variations
Color information
#CF2EEF (or 0xCF2EEF) is known color: Psychedelic Purple. HEX triplet: CF, 2E and EF. RGB value is (207,46,239). Sum of RGB (Red+Green+Blue) = 207+46+239=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2EEF is #30D110. Grayscale: #737373. Windows color (decimal): -3199249 or 15675087. OLE color: 15675087.
HSL color Cylindrical-coordinate representation of color #CF2EEF: hue angle of 290.05º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2EEF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 46 | 239 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.06 |
| HSL | 290.05º | 0.86% | 0.56% | - |
| HSV(B) | 290.05º | 0.81% | 0.94% | - |
| XYZ | 42.29 | 21.45 | 83.57 | - |
| YUV | 116.14 | 197.34 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 239 | 0.13 | 0.81 | 0 | 0.06 | 290.05 | 0.86 | 0.56 |
| Hex | CF | 2E | EF | D | 51 | 0 | 6 | 122 | 56 | 38 |
| Octal | 317 | 56 | 357 | 15 | 121 | 0 | 6 | 442 | 126 | 70 |
| Binary | 11001111 | 101110 | 11101111 | 1101 | 1010001 | 0 | 110 | 100100010 | 1010110 | 111000 |
Color Harmonies of #CF2EEF
Complementary color
Monochromatic Colors of #CF2EEF
Black with #CF2EEF
Text Example
Text Example
White with #CF2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EEF; }
p { color: rgb(207,46,239); }
H1.HeaderClassName
{
color: #CF2EEF;
}
.AnyTagClassName
{
color: #CF2EEF;
}
</style>
background-color css
<style>
a { background-color: #CF2EEF; }
a { background-color: rgb(207,46,239); }
div.DivClassName
{
background-color: #CF2EEF;
}
.BgClassName
{
background-color: #CF2EEF;
}
</style>
border-color css
<style>
span { border-color: #CF2EEF; }
span { border-color: rgb(207,46,239); }
td.TdClassName
{
border-color: #CF2EEF;
}
.TagClassName
{
border-color: #CF2EEF;
}
</style>