Shades of Psychedelic Purple #CF0FEA
Tints of Psychedelic Purple #CF0FEA
RGB
CMYK
RGB Variations
Color information
#CF0FEA (or 0xCF0FEA) is known color: Psychedelic Purple. HEX triplet: CF, 0F and EA. RGB value is (207,15,234). Sum of RGB (Red+Green+Blue) = 207+15+234=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0FEA is #30F015. Grayscale: #606060. Windows color (decimal): -3207190 or 15339471. OLE color: 15339471.
HSL color Cylindrical-coordinate representation of color #CF0FEA: hue angle of 292.6º 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 #CF0FEA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 15 | 234 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.08 |
| HSL | 292.6º | 0.88% | 0.49% | - |
| HSV(B) | 292.6º | 0.94% | 0.92% | - |
| XYZ | 40.75 | 19.55 | 79.47 | - |
| YUV | 97.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 234 | 0.12 | 0.94 | 0 | 0.08 | 292.6 | 0.88 | 0.49 |
| Hex | CF | F | EA | C | 5E | 0 | 8 | 125 | 58 | 31 |
| Octal | 317 | 17 | 352 | 14 | 136 | 0 | 10 | 445 | 130 | 61 |
| Binary | 11001111 | 1111 | 11101010 | 1100 | 1011110 | 0 | 1000 | 100100101 | 1011000 | 110001 |
Color Harmonies of #CF0FEA
Complementary color
Monochromatic Colors of #CF0FEA
Black with #CF0FEA
Text Example
Text Example
White with #CF0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FEA; }
p { color: rgb(207,15,234); }
H1.HeaderClassName
{
color: #CF0FEA;
}
.AnyTagClassName
{
color: #CF0FEA;
}
</style>
background-color css
<style>
a { background-color: #CF0FEA; }
a { background-color: rgb(207,15,234); }
div.DivClassName
{
background-color: #CF0FEA;
}
.BgClassName
{
background-color: #CF0FEA;
}
</style>
border-color css
<style>
span { border-color: #CF0FEA; }
span { border-color: rgb(207,15,234); }
td.TdClassName
{
border-color: #CF0FEA;
}
.TagClassName
{
border-color: #CF0FEA;
}
</style>