Shades of Psychedelic Purple #CF25ED
Tints of Psychedelic Purple #CF25ED
RGB
CMYK
RGB Variations
Color information
#CF25ED (or 0xCF25ED) is known color: Psychedelic Purple. HEX triplet: CF, 25 and ED. RGB value is (207,37,237). Sum of RGB (Red+Green+Blue) = 207+37+237=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF25ED is #30DA12. Grayscale: #6E6E6E. Windows color (decimal): -3201555 or 15541711. OLE color: 15541711.
HSL color Cylindrical-coordinate representation of color #CF25ED: hue angle of 291º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF25ED is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 37 | 237 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.07 |
| HSL | 291º | 0.85% | 0.54% | - |
| HSV(B) | 291º | 0.84% | 0.93% | - |
| XYZ | 41.68 | 20.7 | 81.92 | - |
| YUV | 110.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 237 | 0.13 | 0.84 | 0 | 0.07 | 291 | 0.85 | 0.54 |
| Hex | CF | 25 | ED | D | 54 | 0 | 7 | 123 | 55 | 36 |
| Octal | 317 | 45 | 355 | 15 | 124 | 0 | 7 | 443 | 125 | 66 |
| Binary | 11001111 | 100101 | 11101101 | 1101 | 1010100 | 0 | 111 | 100100011 | 1010101 | 110110 |
Color Harmonies of #CF25ED
Complementary color
Monochromatic Colors of #CF25ED
Black with #CF25ED
Text Example
Text Example
White with #CF25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25ED; }
p { color: rgb(207,37,237); }
H1.HeaderClassName
{
color: #CF25ED;
}
.AnyTagClassName
{
color: #CF25ED;
}
</style>
background-color css
<style>
a { background-color: #CF25ED; }
a { background-color: rgb(207,37,237); }
div.DivClassName
{
background-color: #CF25ED;
}
.BgClassName
{
background-color: #CF25ED;
}
</style>
border-color css
<style>
span { border-color: #CF25ED; }
span { border-color: rgb(207,37,237); }
td.TdClassName
{
border-color: #CF25ED;
}
.TagClassName
{
border-color: #CF25ED;
}
</style>