Shades of Psychedelic Purple #CF0FED
Tints of Psychedelic Purple #CF0FED
RGB
CMYK
RGB Variations
Color information
#CF0FED (or 0xCF0FED) is known color: Psychedelic Purple. HEX triplet: CF, 0F and ED. RGB value is (207,15,237). Sum of RGB (Red+Green+Blue) = 207+15+237=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0FED is #30F012. Grayscale: #616161. Windows color (decimal): -3207187 or 15536079. OLE color: 15536079.
HSL color Cylindrical-coordinate representation of color #CF0FED: hue angle of 291.89º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0FED is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 15 | 237 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.07 |
| HSL | 291.89º | 0.88% | 0.49% | - |
| HSV(B) | 291.89º | 0.94% | 0.93% | - |
| XYZ | 41.19 | 19.72 | 81.76 | - |
| YUV | 97.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 237 | 0.13 | 0.94 | 0 | 0.07 | 291.89 | 0.88 | 0.49 |
| Hex | CF | F | ED | D | 5E | 0 | 7 | 124 | 58 | 31 |
| Octal | 317 | 17 | 355 | 15 | 136 | 0 | 7 | 444 | 130 | 61 |
| Binary | 11001111 | 1111 | 11101101 | 1101 | 1011110 | 0 | 111 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CF0FED
Complementary color
Monochromatic Colors of #CF0FED
Black with #CF0FED
Text Example
Text Example
White with #CF0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FED; }
p { color: rgb(207,15,237); }
H1.HeaderClassName
{
color: #CF0FED;
}
.AnyTagClassName
{
color: #CF0FED;
}
</style>
background-color css
<style>
a { background-color: #CF0FED; }
a { background-color: rgb(207,15,237); }
div.DivClassName
{
background-color: #CF0FED;
}
.BgClassName
{
background-color: #CF0FED;
}
</style>
border-color css
<style>
span { border-color: #CF0FED; }
span { border-color: rgb(207,15,237); }
td.TdClassName
{
border-color: #CF0FED;
}
.TagClassName
{
border-color: #CF0FED;
}
</style>