Shades of Electric Purple #CA30FE
Tints of Electric Purple #CA30FE
RGB
CMYK
RGB Variations
Color information
#CA30FE (or 0xCA30FE) is known color: Electric Purple. HEX triplet: CA, 30 and FE. RGB value is (202,48,254). Sum of RGB (Red+Green+Blue) = 202+48+254=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA30FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30FE is #35CF01. Grayscale: #747474. Windows color (decimal): -3526402 or 16658634. OLE color: 16658634.
HSL color Cylindrical-coordinate representation of color #CA30FE: hue angle of 284.85º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA30FE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 48 | 254 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.00 |
| HSL | 284.85º | 0.99% | 0.59% | - |
| HSV(B) | 284.85º | 0.81% | 1% | - |
| XYZ | 43.3 | 21.83 | 95.7 | - |
| YUV | 117.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 254 | 0.20 | 0.81 | 0 | 0.00 | 284.85 | 0.99 | 0.59 |
| Hex | CA | 30 | FE | 14 | 51 | 0 | 0 | 11D | 63 | 3B |
| Octal | 312 | 60 | 376 | 24 | 121 | 0 | 0 | 435 | 143 | 73 |
| Binary | 11001010 | 110000 | 11111110 | 10100 | 1010001 | 0 | 0 | 100011101 | 1100011 | 111011 |
Color Harmonies of #CA30FE
Complementary color
Monochromatic Colors of #CA30FE
Black with #CA30FE
Text Example
Text Example
White with #CA30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30FE; }
p { color: rgb(202,48,254); }
H1.HeaderClassName
{
color: #CA30FE;
}
.AnyTagClassName
{
color: #CA30FE;
}
</style>
background-color css
<style>
a { background-color: #CA30FE; }
a { background-color: rgb(202,48,254); }
div.DivClassName
{
background-color: #CA30FE;
}
.BgClassName
{
background-color: #CA30FE;
}
</style>
border-color css
<style>
span { border-color: #CA30FE; }
span { border-color: rgb(202,48,254); }
td.TdClassName
{
border-color: #CA30FE;
}
.TagClassName
{
border-color: #CA30FE;
}
</style>