Shades of Psychedelic Purple #CF1BEC
Tints of Psychedelic Purple #CF1BEC
RGB
CMYK
RGB Variations
Color information
#CF1BEC (or 0xCF1BEC) is known color: Psychedelic Purple. HEX triplet: CF, 1B and EC. RGB value is (207,27,236). Sum of RGB (Red+Green+Blue) = 207+27+236=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF1BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1BEC is #30E413. Grayscale: #676767. Windows color (decimal): -3204116 or 15473615. OLE color: 15473615.
HSL color Cylindrical-coordinate representation of color #CF1BEC: hue angle of 291.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1BEC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 27 | 236 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.07 |
| HSL | 291.67º | 0.85% | 0.52% | - |
| HSV(B) | 291.67º | 0.89% | 0.93% | - |
| XYZ | 41.26 | 20.11 | 81.06 | - |
| YUV | 104.65 | 202.13 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 236 | 0.12 | 0.89 | 0 | 0.07 | 291.67 | 0.85 | 0.52 |
| Hex | CF | 1B | EC | C | 59 | 0 | 7 | 124 | 55 | 34 |
| Octal | 317 | 33 | 354 | 14 | 131 | 0 | 7 | 444 | 125 | 64 |
| Binary | 11001111 | 11011 | 11101100 | 1100 | 1011001 | 0 | 111 | 100100100 | 1010101 | 110100 |
Color Harmonies of #CF1BEC
Complementary color
Monochromatic Colors of #CF1BEC
Black with #CF1BEC
Text Example
Text Example
White with #CF1BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BEC; }
p { color: rgb(207,27,236); }
H1.HeaderClassName
{
color: #CF1BEC;
}
.AnyTagClassName
{
color: #CF1BEC;
}
</style>
background-color css
<style>
a { background-color: #CF1BEC; }
a { background-color: rgb(207,27,236); }
div.DivClassName
{
background-color: #CF1BEC;
}
.BgClassName
{
background-color: #CF1BEC;
}
</style>
border-color css
<style>
span { border-color: #CF1BEC; }
span { border-color: rgb(207,27,236); }
td.TdClassName
{
border-color: #CF1BEC;
}
.TagClassName
{
border-color: #CF1BEC;
}
</style>