Shades of Psychedelic Purple #CF25FE
Tints of Psychedelic Purple #CF25FE
RGB
CMYK
RGB Variations
Color information
#CF25FE (or 0xCF25FE) is known color: Psychedelic Purple. HEX triplet: CF, 25 and FE. RGB value is (207,37,254). Sum of RGB (Red+Green+Blue) = 207+37+254=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF25FE is #30DA01. Grayscale: #6F6F6F. Windows color (decimal): -3201538 or 16655823. OLE color: 16655823.
HSL color Cylindrical-coordinate representation of color #CF25FE: hue angle of 287º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF25FE is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 37 | 254 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.00 |
| HSL | 287º | 0.99% | 0.57% | - |
| HSV(B) | 287º | 0.85% | 1% | - |
| XYZ | 44.28 | 21.74 | 95.63 | - |
| YUV | 112.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 254 | 0.19 | 0.85 | 0 | 0.00 | 287 | 0.99 | 0.57 |
| Hex | CF | 25 | FE | 13 | 55 | 0 | 0 | 11F | 63 | 39 |
| Octal | 317 | 45 | 376 | 23 | 125 | 0 | 0 | 437 | 143 | 71 |
| Binary | 11001111 | 100101 | 11111110 | 10011 | 1010101 | 0 | 0 | 100011111 | 1100011 | 111001 |
Color Harmonies of #CF25FE
Complementary color
Monochromatic Colors of #CF25FE
Black with #CF25FE
Text Example
Text Example
White with #CF25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF25FE; }
p { color: rgb(207,37,254); }
H1.HeaderClassName
{
color: #CF25FE;
}
.AnyTagClassName
{
color: #CF25FE;
}
</style>
background-color css
<style>
a { background-color: #CF25FE; }
a { background-color: rgb(207,37,254); }
div.DivClassName
{
background-color: #CF25FE;
}
.BgClassName
{
background-color: #CF25FE;
}
</style>
border-color css
<style>
span { border-color: #CF25FE; }
span { border-color: rgb(207,37,254); }
td.TdClassName
{
border-color: #CF25FE;
}
.TagClassName
{
border-color: #CF25FE;
}
</style>