Shades of Psychedelic Purple #CF2DEF
Tints of Psychedelic Purple #CF2DEF
RGB
CMYK
RGB Variations
Color information
#CF2DEF (or 0xCF2DEF) is known color: Psychedelic Purple. HEX triplet: CF, 2D and EF. RGB value is (207,45,239). Sum of RGB (Red+Green+Blue) = 207+45+239=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF2DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2DEF is #30D210. Grayscale: #727272. Windows color (decimal): -3199505 or 15674831. OLE color: 15674831.
HSL color Cylindrical-coordinate representation of color #CF2DEF: hue angle of 290.1º 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 #CF2DEF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 45 | 239 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.06 |
| HSL | 290.1º | 0.86% | 0.56% | - |
| HSV(B) | 290.1º | 0.81% | 0.94% | - |
| XYZ | 42.25 | 21.37 | 83.56 | - |
| YUV | 115.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 239 | 0.13 | 0.81 | 0 | 0.06 | 290.1 | 0.86 | 0.56 |
| Hex | CF | 2D | EF | D | 51 | 0 | 6 | 122 | 56 | 38 |
| Octal | 317 | 55 | 357 | 15 | 121 | 0 | 6 | 442 | 126 | 70 |
| Binary | 11001111 | 101101 | 11101111 | 1101 | 1010001 | 0 | 110 | 100100010 | 1010110 | 111000 |
Color Harmonies of #CF2DEF
Complementary color
Monochromatic Colors of #CF2DEF
Black with #CF2DEF
Text Example
Text Example
White with #CF2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DEF; }
p { color: rgb(207,45,239); }
H1.HeaderClassName
{
color: #CF2DEF;
}
.AnyTagClassName
{
color: #CF2DEF;
}
</style>
background-color css
<style>
a { background-color: #CF2DEF; }
a { background-color: rgb(207,45,239); }
div.DivClassName
{
background-color: #CF2DEF;
}
.BgClassName
{
background-color: #CF2DEF;
}
</style>
border-color css
<style>
span { border-color: #CF2DEF; }
span { border-color: rgb(207,45,239); }
td.TdClassName
{
border-color: #CF2DEF;
}
.TagClassName
{
border-color: #CF2DEF;
}
</style>