Shades of Electric Purple #CD0FFB
Tints of Electric Purple #CD0FFB
RGB
CMYK
RGB Variations
Color information
#CD0FFB (or 0xCD0FFB) is known color: Electric Purple. HEX triplet: CD, 0F and FB. RGB value is (205,15,251). Sum of RGB (Red+Green+Blue) = 205+15+251=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0FFB is #32F004. Grayscale: #616161. Windows color (decimal): -3338245 or 16453581. OLE color: 16453581.
HSL color Cylindrical-coordinate representation of color #CD0FFB: hue angle of 288.31º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0FFB is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 15 | 251 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.02 |
| HSL | 288.31º | 0.97% | 0.52% | - |
| HSV(B) | 288.31º | 0.94% | 0.98% | - |
| XYZ | 42.76 | 20.29 | 92.93 | - |
| YUV | 98.71 | 213.95 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 251 | 0.18 | 0.94 | 0 | 0.02 | 288.31 | 0.97 | 0.52 |
| Hex | CD | F | FB | 12 | 5E | 0 | 2 | 120 | 61 | 34 |
| Octal | 315 | 17 | 373 | 22 | 136 | 0 | 2 | 440 | 141 | 64 |
| Binary | 11001101 | 1111 | 11111011 | 10010 | 1011110 | 0 | 10 | 100100000 | 1100001 | 110100 |
Color Harmonies of #CD0FFB
Complementary color
Monochromatic Colors of #CD0FFB
Black with #CD0FFB
Text Example
Text Example
White with #CD0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FFB; }
p { color: rgb(205,15,251); }
H1.HeaderClassName
{
color: #CD0FFB;
}
.AnyTagClassName
{
color: #CD0FFB;
}
</style>
background-color css
<style>
a { background-color: #CD0FFB; }
a { background-color: rgb(205,15,251); }
div.DivClassName
{
background-color: #CD0FFB;
}
.BgClassName
{
background-color: #CD0FFB;
}
</style>
border-color css
<style>
span { border-color: #CD0FFB; }
span { border-color: rgb(205,15,251); }
td.TdClassName
{
border-color: #CD0FFB;
}
.TagClassName
{
border-color: #CD0FFB;
}
</style>