Shades of Electric Purple #CA0BF7
Tints of Electric Purple #CA0BF7
RGB
CMYK
RGB Variations
Color information
#CA0BF7 (or 0xCA0BF7) is known color: Electric Purple. HEX triplet: CA, 0B and F7. RGB value is (202,11,247). Sum of RGB (Red+Green+Blue) = 202+11+247=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA0BF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0BF7 is #35F408. Grayscale: #5E5E5E. Windows color (decimal): -3535881 or 16190410. OLE color: 16190410.
HSL color Cylindrical-coordinate representation of color #CA0BF7: hue angle of 288.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0BF7 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 11 | 247 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.03 |
| HSL | 288.56º | 0.94% | 0.51% | - |
| HSV(B) | 288.56º | 0.96% | 0.97% | - |
| XYZ | 41.27 | 19.51 | 89.59 | - |
| YUV | 95.01 | 213.78 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 247 | 0.18 | 0.96 | 0 | 0.03 | 288.56 | 0.94 | 0.51 |
| Hex | CA | B | F7 | 12 | 60 | 0 | 3 | 121 | 5E | 33 |
| Octal | 312 | 13 | 367 | 22 | 140 | 0 | 3 | 441 | 136 | 63 |
| Binary | 11001010 | 1011 | 11110111 | 10010 | 1100000 | 0 | 11 | 100100001 | 1011110 | 110011 |
Color Harmonies of #CA0BF7
Complementary color
Monochromatic Colors of #CA0BF7
Black with #CA0BF7
Text Example
Text Example
White with #CA0BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BF7; }
p { color: rgb(202,11,247); }
H1.HeaderClassName
{
color: #CA0BF7;
}
.AnyTagClassName
{
color: #CA0BF7;
}
</style>
background-color css
<style>
a { background-color: #CA0BF7; }
a { background-color: rgb(202,11,247); }
div.DivClassName
{
background-color: #CA0BF7;
}
.BgClassName
{
background-color: #CA0BF7;
}
</style>
border-color css
<style>
span { border-color: #CA0BF7; }
span { border-color: rgb(202,11,247); }
td.TdClassName
{
border-color: #CA0BF7;
}
.TagClassName
{
border-color: #CA0BF7;
}
</style>