Shades of Electric Purple #CD0BFC
Tints of Electric Purple #CD0BFC
RGB
CMYK
RGB Variations
Color information
#CD0BFC (or 0xCD0BFC) is known color: Electric Purple. HEX triplet: CD, 0B and FC. RGB value is (205,11,252). Sum of RGB (Red+Green+Blue) = 205+11+252=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD0BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0BFC is #32F403. Grayscale: #5F5F5F. Windows color (decimal): -3339268 or 16518093. OLE color: 16518093.
HSL color Cylindrical-coordinate representation of color #CD0BFC: hue angle of 288.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0BFC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 11 | 252 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.01 |
| HSL | 288.3º | 0.98% | 0.52% | - |
| HSV(B) | 288.3º | 0.96% | 0.99% | - |
| XYZ | 42.87 | 20.25 | 93.74 | - |
| YUV | 96.48 | 215.77 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 252 | 0.19 | 0.96 | 0 | 0.01 | 288.3 | 0.98 | 0.52 |
| Hex | CD | B | FC | 13 | 60 | 0 | 1 | 120 | 62 | 34 |
| Octal | 315 | 13 | 374 | 23 | 140 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001101 | 1011 | 11111100 | 10011 | 1100000 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CD0BFC
Complementary color
Monochromatic Colors of #CD0BFC
Black with #CD0BFC
Text Example
Text Example
White with #CD0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0BFC; }
p { color: rgb(205,11,252); }
H1.HeaderClassName
{
color: #CD0BFC;
}
.AnyTagClassName
{
color: #CD0BFC;
}
</style>
background-color css
<style>
a { background-color: #CD0BFC; }
a { background-color: rgb(205,11,252); }
div.DivClassName
{
background-color: #CD0BFC;
}
.BgClassName
{
background-color: #CD0BFC;
}
</style>
border-color css
<style>
span { border-color: #CD0BFC; }
span { border-color: rgb(205,11,252); }
td.TdClassName
{
border-color: #CD0BFC;
}
.TagClassName
{
border-color: #CD0BFC;
}
</style>