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