Shades of Psychedelic Purple #CF0EED
Tints of Psychedelic Purple #CF0EED
RGB
CMYK
RGB Variations
Color information
#CF0EED (or 0xCF0EED) is known color: Psychedelic Purple. HEX triplet: CF, 0E and ED. RGB value is (207,14,237). Sum of RGB (Red+Green+Blue) = 207+14+237=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0EED is #30F112. Grayscale: #606060. Windows color (decimal): -3207443 or 15535823. OLE color: 15535823.
HSL color Cylindrical-coordinate representation of color #CF0EED: hue angle of 291.93º degrees, saturation: 0.89, 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 #CF0EED is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 14 | 237 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.07 |
| HSL | 291.93º | 0.89% | 0.49% | - |
| HSV(B) | 291.93º | 0.94% | 0.93% | - |
| XYZ | 41.18 | 19.69 | 81.75 | - |
| YUV | 97.13 | 206.94 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 237 | 0.13 | 0.94 | 0 | 0.07 | 291.93 | 0.89 | 0.49 |
| Hex | CF | E | ED | D | 5E | 0 | 7 | 124 | 59 | 31 |
| Octal | 317 | 16 | 355 | 15 | 136 | 0 | 7 | 444 | 131 | 61 |
| Binary | 11001111 | 1110 | 11101101 | 1101 | 1011110 | 0 | 111 | 100100100 | 1011001 | 110001 |
Color Harmonies of #CF0EED
Complementary color
Monochromatic Colors of #CF0EED
Black with #CF0EED
Text Example
Text Example
White with #CF0EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0EED; }
p { color: rgb(207,14,237); }
H1.HeaderClassName
{
color: #CF0EED;
}
.AnyTagClassName
{
color: #CF0EED;
}
</style>
background-color css
<style>
a { background-color: #CF0EED; }
a { background-color: rgb(207,14,237); }
div.DivClassName
{
background-color: #CF0EED;
}
.BgClassName
{
background-color: #CF0EED;
}
</style>
border-color css
<style>
span { border-color: #CF0EED; }
span { border-color: rgb(207,14,237); }
td.TdClassName
{
border-color: #CF0EED;
}
.TagClassName
{
border-color: #CF0EED;
}
</style>