Shades of Electric Purple #CA0FFB
Tints of Electric Purple #CA0FFB
RGB
CMYK
RGB Variations
Color information
#CA0FFB (or 0xCA0FFB) is known color: Electric Purple. HEX triplet: CA, 0F and FB. RGB value is (202,15,251). Sum of RGB (Red+Green+Blue) = 202+15+251=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FFB is #35F004. Grayscale: #616161. Windows color (decimal): -3534853 or 16453578. OLE color: 16453578.
HSL color Cylindrical-coordinate representation of color #CA0FFB: hue angle of 287.54º 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 #CA0FFB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 15 | 251 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.02 |
| HSL | 287.54º | 0.97% | 0.52% | - |
| HSV(B) | 287.54º | 0.94% | 0.98% | - |
| XYZ | 41.94 | 19.86 | 92.89 | - |
| YUV | 97.82 | 214.45 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 251 | 0.20 | 0.94 | 0 | 0.02 | 287.54 | 0.97 | 0.52 |
| Hex | CA | F | FB | 14 | 5E | 0 | 2 | 120 | 61 | 34 |
| Octal | 312 | 17 | 373 | 24 | 136 | 0 | 2 | 440 | 141 | 64 |
| Binary | 11001010 | 1111 | 11111011 | 10100 | 1011110 | 0 | 10 | 100100000 | 1100001 | 110100 |
Color Harmonies of #CA0FFB
Complementary color
Monochromatic Colors of #CA0FFB
Black with #CA0FFB
Text Example
Text Example
White with #CA0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FFB; }
p { color: rgb(202,15,251); }
H1.HeaderClassName
{
color: #CA0FFB;
}
.AnyTagClassName
{
color: #CA0FFB;
}
</style>
background-color css
<style>
a { background-color: #CA0FFB; }
a { background-color: rgb(202,15,251); }
div.DivClassName
{
background-color: #CA0FFB;
}
.BgClassName
{
background-color: #CA0FFB;
}
</style>
border-color css
<style>
span { border-color: #CA0FFB; }
span { border-color: rgb(202,15,251); }
td.TdClassName
{
border-color: #CA0FFB;
}
.TagClassName
{
border-color: #CA0FFB;
}
</style>