Shades of Electric Purple #CA06F8
Tints of Electric Purple #CA06F8
RGB
CMYK
RGB Variations
Color information
#CA06F8 (or 0xCA06F8) is known color: Electric Purple. HEX triplet: CA, 06 and F8. RGB value is (202,6,248). Sum of RGB (Red+Green+Blue) = 202+6+248=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA06F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06F8 is #35F907. Grayscale: #5B5B5B. Windows color (decimal): -3537160 or 16254666. OLE color: 16254666.
HSL color Cylindrical-coordinate representation of color #CA06F8: hue angle of 288.6º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA06F8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 6 | 248 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.03 |
| HSL | 288.6º | 0.95% | 0.5% | - |
| HSV(B) | 288.6º | 0.98% | 0.97% | - |
| XYZ | 41.37 | 19.46 | 90.38 | - |
| YUV | 92.19 | 215.93 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 248 | 0.19 | 0.98 | 0 | 0.03 | 288.6 | 0.95 | 0.5 |
| Hex | CA | 6 | F8 | 13 | 62 | 0 | 3 | 121 | 5F | 32 |
| Octal | 312 | 6 | 370 | 23 | 142 | 0 | 3 | 441 | 137 | 62 |
| Binary | 11001010 | 110 | 11111000 | 10011 | 1100010 | 0 | 11 | 100100001 | 1011111 | 110010 |
Color Harmonies of #CA06F8
Complementary color
Monochromatic Colors of #CA06F8
Black with #CA06F8
Text Example
Text Example
White with #CA06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA06F8; }
p { color: rgb(202,6,248); }
H1.HeaderClassName
{
color: #CA06F8;
}
.AnyTagClassName
{
color: #CA06F8;
}
</style>
background-color css
<style>
a { background-color: #CA06F8; }
a { background-color: rgb(202,6,248); }
div.DivClassName
{
background-color: #CA06F8;
}
.BgClassName
{
background-color: #CA06F8;
}
</style>
border-color css
<style>
span { border-color: #CA06F8; }
span { border-color: rgb(202,6,248); }
td.TdClassName
{
border-color: #CA06F8;
}
.TagClassName
{
border-color: #CA06F8;
}
</style>