Shades of Electric Purple #CD27F0
Tints of Electric Purple #CD27F0
RGB
CMYK
RGB Variations
Color information
#CD27F0 (or 0xCD27F0) is known color: Electric Purple. HEX triplet: CD, 27 and F0. RGB value is (205,39,240). Sum of RGB (Red+Green+Blue) = 205+39+240=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD27F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD27F0 is #32D80F. Grayscale: #6E6E6E. Windows color (decimal): -3332112 or 15738829. OLE color: 15738829.
HSL color Cylindrical-coordinate representation of color #CD27F0: hue angle of 289.55º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD27F0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 39 | 240 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.06 |
| HSL | 289.55º | 0.87% | 0.55% | - |
| HSV(B) | 289.55º | 0.84% | 0.94% | - |
| XYZ | 41.63 | 20.72 | 84.24 | - |
| YUV | 111.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 240 | 0.15 | 0.84 | 0 | 0.06 | 289.55 | 0.87 | 0.55 |
| Hex | CD | 27 | F0 | F | 54 | 0 | 6 | 122 | 57 | 37 |
| Octal | 315 | 47 | 360 | 17 | 124 | 0 | 6 | 442 | 127 | 67 |
| Binary | 11001101 | 100111 | 11110000 | 1111 | 1010100 | 0 | 110 | 100100010 | 1010111 | 110111 |
Color Harmonies of #CD27F0
Complementary color
Monochromatic Colors of #CD27F0
Black with #CD27F0
Text Example
Text Example
White with #CD27F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD27F0; }
p { color: rgb(205,39,240); }
H1.HeaderClassName
{
color: #CD27F0;
}
.AnyTagClassName
{
color: #CD27F0;
}
</style>
background-color css
<style>
a { background-color: #CD27F0; }
a { background-color: rgb(205,39,240); }
div.DivClassName
{
background-color: #CD27F0;
}
.BgClassName
{
background-color: #CD27F0;
}
</style>
border-color css
<style>
span { border-color: #CD27F0; }
span { border-color: rgb(205,39,240); }
td.TdClassName
{
border-color: #CD27F0;
}
.TagClassName
{
border-color: #CD27F0;
}
</style>