Shades of Electric Purple #CA0FFE
Tints of Electric Purple #CA0FFE
RGB
CMYK
RGB Variations
Color information
#CA0FFE (or 0xCA0FFE) is known color: Electric Purple. HEX triplet: CA, 0F and FE. RGB value is (202,15,254). Sum of RGB (Red+Green+Blue) = 202+15+254=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FFE is #35F001. Grayscale: #616161. Windows color (decimal): -3534850 or 16650186. OLE color: 16650186.
HSL color Cylindrical-coordinate representation of color #CA0FFE: hue angle of 286.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0FFE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 15 | 254 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.00 |
| HSL | 286.95º | 0.99% | 0.53% | - |
| HSV(B) | 286.95º | 0.94% | 1% | - |
| XYZ | 42.42 | 20.05 | 95.4 | - |
| YUV | 98.16 | 215.95 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 254 | 0.20 | 0.94 | 0 | 0.00 | 286.95 | 0.99 | 0.53 |
| Hex | CA | F | FE | 14 | 5E | 0 | 0 | 11F | 63 | 35 |
| Octal | 312 | 17 | 376 | 24 | 136 | 0 | 0 | 437 | 143 | 65 |
| Binary | 11001010 | 1111 | 11111110 | 10100 | 1011110 | 0 | 0 | 100011111 | 1100011 | 110101 |
Color Harmonies of #CA0FFE
Complementary color
Monochromatic Colors of #CA0FFE
Black with #CA0FFE
Text Example
Text Example
White with #CA0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FFE; }
p { color: rgb(202,15,254); }
H1.HeaderClassName
{
color: #CA0FFE;
}
.AnyTagClassName
{
color: #CA0FFE;
}
</style>
background-color css
<style>
a { background-color: #CA0FFE; }
a { background-color: rgb(202,15,254); }
div.DivClassName
{
background-color: #CA0FFE;
}
.BgClassName
{
background-color: #CA0FFE;
}
</style>
border-color css
<style>
span { border-color: #CA0FFE; }
span { border-color: rgb(202,15,254); }
td.TdClassName
{
border-color: #CA0FFE;
}
.TagClassName
{
border-color: #CA0FFE;
}
</style>