Shades of Psychedelic Purple #CF2DEE
Tints of Psychedelic Purple #CF2DEE
RGB
CMYK
RGB Variations
Color information
#CF2DEE (or 0xCF2DEE) is known color: Psychedelic Purple. HEX triplet: CF, 2D and EE. RGB value is (207,45,238). Sum of RGB (Red+Green+Blue) = 207+45+238=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2DEE is #30D211. Grayscale: #727272. Windows color (decimal): -3199506 or 15609295. OLE color: 15609295.
HSL color Cylindrical-coordinate representation of color #CF2DEE: hue angle of 290.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2DEE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 45 | 238 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.07 |
| HSL | 290.36º | 0.85% | 0.55% | - |
| HSV(B) | 290.36º | 0.81% | 0.93% | - |
| XYZ | 42.1 | 21.32 | 82.78 | - |
| YUV | 115.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 238 | 0.13 | 0.81 | 0 | 0.07 | 290.36 | 0.85 | 0.55 |
| Hex | CF | 2D | EE | D | 51 | 0 | 7 | 122 | 55 | 37 |
| Octal | 317 | 55 | 356 | 15 | 121 | 0 | 7 | 442 | 125 | 67 |
| Binary | 11001111 | 101101 | 11101110 | 1101 | 1010001 | 0 | 111 | 100100010 | 1010101 | 110111 |
Color Harmonies of #CF2DEE
Complementary color
Monochromatic Colors of #CF2DEE
Black with #CF2DEE
Text Example
Text Example
White with #CF2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DEE; }
p { color: rgb(207,45,238); }
H1.HeaderClassName
{
color: #CF2DEE;
}
.AnyTagClassName
{
color: #CF2DEE;
}
</style>
background-color css
<style>
a { background-color: #CF2DEE; }
a { background-color: rgb(207,45,238); }
div.DivClassName
{
background-color: #CF2DEE;
}
.BgClassName
{
background-color: #CF2DEE;
}
</style>
border-color css
<style>
span { border-color: #CF2DEE; }
span { border-color: rgb(207,45,238); }
td.TdClassName
{
border-color: #CF2DEE;
}
.TagClassName
{
border-color: #CF2DEE;
}
</style>