Shades of Psychedelic Purple #CF0FEB
Tints of Psychedelic Purple #CF0FEB
RGB
CMYK
RGB Variations
Color information
#CF0FEB (or 0xCF0FEB) is known color: Psychedelic Purple. HEX triplet: CF, 0F and EB. RGB value is (207,15,235). Sum of RGB (Red+Green+Blue) = 207+15+235=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0FEB is #30F014. Grayscale: #606060. Windows color (decimal): -3207189 or 15405007. OLE color: 15405007.
HSL color Cylindrical-coordinate representation of color #CF0FEB: hue angle of 292.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0FEB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 15 | 235 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.08 |
| HSL | 292.36º | 0.88% | 0.49% | - |
| HSV(B) | 292.36º | 0.94% | 0.92% | - |
| XYZ | 40.9 | 19.61 | 80.23 | - |
| YUV | 97.49 | 205.61 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 235 | 0.12 | 0.94 | 0 | 0.08 | 292.36 | 0.88 | 0.49 |
| Hex | CF | F | EB | C | 5E | 0 | 8 | 124 | 58 | 31 |
| Octal | 317 | 17 | 353 | 14 | 136 | 0 | 10 | 444 | 130 | 61 |
| Binary | 11001111 | 1111 | 11101011 | 1100 | 1011110 | 0 | 1000 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CF0FEB
Complementary color
Monochromatic Colors of #CF0FEB
Black with #CF0FEB
Text Example
Text Example
White with #CF0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FEB; }
p { color: rgb(207,15,235); }
H1.HeaderClassName
{
color: #CF0FEB;
}
.AnyTagClassName
{
color: #CF0FEB;
}
</style>
background-color css
<style>
a { background-color: #CF0FEB; }
a { background-color: rgb(207,15,235); }
div.DivClassName
{
background-color: #CF0FEB;
}
.BgClassName
{
background-color: #CF0FEB;
}
</style>
border-color css
<style>
span { border-color: #CF0FEB; }
span { border-color: rgb(207,15,235); }
td.TdClassName
{
border-color: #CF0FEB;
}
.TagClassName
{
border-color: #CF0FEB;
}
</style>