Shades of Electric Purple #CF36FE
Tints of Electric Purple #CF36FE
RGB
CMYK
RGB Variations
Color information
#CF36FE (or 0xCF36FE) is known color: Electric Purple. HEX triplet: CF, 36 and FE. RGB value is (207,54,254). Sum of RGB (Red+Green+Blue) = 207+54+254=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36FE is #30C901. Grayscale: #797979. Windows color (decimal): -3197186 or 16660175. OLE color: 16660175.
HSL color Cylindrical-coordinate representation of color #CF36FE: hue angle of 285.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF36FE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 54 | 254 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.00 |
| HSL | 285.9º | 0.99% | 0.6% | - |
| HSV(B) | 285.9º | 0.79% | 1% | - |
| XYZ | 44.94 | 23.06 | 95.85 | - |
| YUV | 122.55 | 202.19 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 254 | 0.19 | 0.79 | 0 | 0.00 | 285.9 | 0.99 | 0.6 |
| Hex | CF | 36 | FE | 13 | 4F | 0 | 0 | 11E | 63 | 3C |
| Octal | 317 | 66 | 376 | 23 | 117 | 0 | 0 | 436 | 143 | 74 |
| Binary | 11001111 | 110110 | 11111110 | 10011 | 1001111 | 0 | 0 | 100011110 | 1100011 | 111100 |
Color Harmonies of #CF36FE
Complementary color
Monochromatic Colors of #CF36FE
Black with #CF36FE
Text Example
Text Example
White with #CF36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36FE; }
p { color: rgb(207,54,254); }
H1.HeaderClassName
{
color: #CF36FE;
}
.AnyTagClassName
{
color: #CF36FE;
}
</style>
background-color css
<style>
a { background-color: #CF36FE; }
a { background-color: rgb(207,54,254); }
div.DivClassName
{
background-color: #CF36FE;
}
.BgClassName
{
background-color: #CF36FE;
}
</style>
border-color css
<style>
span { border-color: #CF36FE; }
span { border-color: rgb(207,54,254); }
td.TdClassName
{
border-color: #CF36FE;
}
.TagClassName
{
border-color: #CF36FE;
}
</style>