Shades of Psychedelic Purple #CF01EB
Tints of Psychedelic Purple #CF01EB
RGB
CMYK
RGB Variations
Color information
#CF01EB (or 0xCF01EB) is known color: Psychedelic Purple. HEX triplet: CF, 01 and EB. RGB value is (207,1,235). Sum of RGB (Red+Green+Blue) = 207+1+235=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF01EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF01EB is #30FE14. Grayscale: #585858. Windows color (decimal): -3210773 or 15401423. OLE color: 15401423.
HSL color Cylindrical-coordinate representation of color #CF01EB: hue angle of 292.82º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01EB is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 1 | 235 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.08 |
| HSL | 292.82º | 0.99% | 0.46% | - |
| HSV(B) | 292.82º | 1% | 0.92% | - |
| XYZ | 40.74 | 19.29 | 80.17 | - |
| YUV | 89.27 | 210.25 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 235 | 0.12 | 1.00 | 0 | 0.08 | 292.82 | 0.99 | 0.46 |
| Hex | CF | 1 | EB | C | 64 | 0 | 8 | 125 | 63 | 2E |
| Octal | 317 | 1 | 353 | 14 | 144 | 0 | 10 | 445 | 143 | 56 |
| Binary | 11001111 | 1 | 11101011 | 1100 | 1100100 | 0 | 1000 | 100100101 | 1100011 | 101110 |
Color Harmonies of #CF01EB
Complementary color
Monochromatic Colors of #CF01EB
Black with #CF01EB
Text Example
Text Example
White with #CF01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01EB; }
p { color: rgb(207,1,235); }
H1.HeaderClassName
{
color: #CF01EB;
}
.AnyTagClassName
{
color: #CF01EB;
}
</style>
background-color css
<style>
a { background-color: #CF01EB; }
a { background-color: rgb(207,1,235); }
div.DivClassName
{
background-color: #CF01EB;
}
.BgClassName
{
background-color: #CF01EB;
}
</style>
border-color css
<style>
span { border-color: #CF01EB; }
span { border-color: rgb(207,1,235); }
td.TdClassName
{
border-color: #CF01EB;
}
.TagClassName
{
border-color: #CF01EB;
}
</style>