Shades of Psychedelic Purple #CF1DEC
Tints of Psychedelic Purple #CF1DEC
RGB
CMYK
RGB Variations
Color information
#CF1DEC (or 0xCF1DEC) is known color: Psychedelic Purple. HEX triplet: CF, 1D and EC. RGB value is (207,29,236). Sum of RGB (Red+Green+Blue) = 207+29+236=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF1DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1DEC is #30E213. Grayscale: #696969. Windows color (decimal): -3203604 or 15474127. OLE color: 15474127.
HSL color Cylindrical-coordinate representation of color #CF1DEC: hue angle of 291.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1DEC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 29 | 236 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.07 |
| HSL | 291.59º | 0.84% | 0.52% | - |
| HSV(B) | 291.59º | 0.88% | 0.93% | - |
| XYZ | 41.31 | 20.2 | 81.08 | - |
| YUV | 105.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 236 | 0.12 | 0.88 | 0 | 0.07 | 291.59 | 0.84 | 0.52 |
| Hex | CF | 1D | EC | C | 58 | 0 | 7 | 124 | 54 | 34 |
| Octal | 317 | 35 | 354 | 14 | 130 | 0 | 7 | 444 | 124 | 64 |
| Binary | 11001111 | 11101 | 11101100 | 1100 | 1011000 | 0 | 111 | 100100100 | 1010100 | 110100 |
Color Harmonies of #CF1DEC
Complementary color
Monochromatic Colors of #CF1DEC
Black with #CF1DEC
Text Example
Text Example
White with #CF1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1DEC; }
p { color: rgb(207,29,236); }
H1.HeaderClassName
{
color: #CF1DEC;
}
.AnyTagClassName
{
color: #CF1DEC;
}
</style>
background-color css
<style>
a { background-color: #CF1DEC; }
a { background-color: rgb(207,29,236); }
div.DivClassName
{
background-color: #CF1DEC;
}
.BgClassName
{
background-color: #CF1DEC;
}
</style>
border-color css
<style>
span { border-color: #CF1DEC; }
span { border-color: rgb(207,29,236); }
td.TdClassName
{
border-color: #CF1DEC;
}
.TagClassName
{
border-color: #CF1DEC;
}
</style>