Shades of Electric Purple #CF2DFF
Tints of Electric Purple #CF2DFF
RGB
CMYK
RGB Variations
Color information
#CF2DFF (or 0xCF2DFF) is known color: Electric Purple. HEX triplet: CF, 2D and FF. RGB value is (207,45,255). Sum of RGB (Red+Green+Blue) = 207+45+255=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2DFF is #30D200. Grayscale: #747474. Windows color (decimal): -3199489 or 16723407. OLE color: 16723407.
HSL color Cylindrical-coordinate representation of color #CF2DFF: hue angle of 286.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2DFF is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 45 | 255 | - |
| CMYK | 0.19 | 0.82 | 0 | 0 |
| HSL | 286.29º | 1% | 0.59% | - |
| HSV(B) | 286.29º | 0.82% | 1% | - |
| XYZ | 44.72 | 22.36 | 96.57 | - |
| YUV | 117.38 | 205.67 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 255 | 0.19 | 0.82 | 0 | 0 | 286.29 | 1 | 0.59 |
| Hex | CF | 2D | FF | 13 | 52 | 0 | 0 | 11E | 64 | 3B |
| Octal | 317 | 55 | 377 | 23 | 122 | 0 | 0 | 436 | 144 | 73 |
| Binary | 11001111 | 101101 | 11111111 | 10011 | 1010010 | 0 | 0 | 100011110 | 1100100 | 111011 |
Color Harmonies of #CF2DFF
Complementary color
Monochromatic Colors of #CF2DFF
Black with #CF2DFF
Text Example
Text Example
White with #CF2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DFF; }
p { color: rgb(207,45,255); }
H1.HeaderClassName
{
color: #CF2DFF;
}
.AnyTagClassName
{
color: #CF2DFF;
}
</style>
background-color css
<style>
a { background-color: #CF2DFF; }
a { background-color: rgb(207,45,255); }
div.DivClassName
{
background-color: #CF2DFF;
}
.BgClassName
{
background-color: #CF2DFF;
}
</style>
border-color css
<style>
span { border-color: #CF2DFF; }
span { border-color: rgb(207,45,255); }
td.TdClassName
{
border-color: #CF2DFF;
}
.TagClassName
{
border-color: #CF2DFF;
}
</style>