Shades of Electric Purple #CA0DFF
Tints of Electric Purple #CA0DFF
RGB
CMYK
RGB Variations
Color information
#CA0DFF (or 0xCA0DFF) is known color: Electric Purple. HEX triplet: CA, 0D and FF. RGB value is (202,13,255). Sum of RGB (Red+Green+Blue) = 202+13+255=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA0DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0DFF is #35F200. Grayscale: #606060. Windows color (decimal): -3535361 or 16715210. OLE color: 16715210.
HSL color Cylindrical-coordinate representation of color #CA0DFF: hue angle of 286.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0DFF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 13 | 255 | - |
| CMYK | 0.21 | 0.95 | 0 | 0 |
| HSL | 286.86º | 1% | 0.53% | - |
| HSV(B) | 286.86º | 0.95% | 1% | - |
| XYZ | 42.55 | 20.06 | 96.24 | - |
| YUV | 97.1 | 217.12 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 255 | 0.21 | 0.95 | 0 | 0 | 286.86 | 1 | 0.53 |
| Hex | CA | D | FF | 15 | 5F | 0 | 0 | 11F | 64 | 35 |
| Octal | 312 | 15 | 377 | 25 | 137 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001010 | 1101 | 11111111 | 10101 | 1011111 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #CA0DFF
Complementary color
Monochromatic Colors of #CA0DFF
Black with #CA0DFF
Text Example
Text Example
White with #CA0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DFF; }
p { color: rgb(202,13,255); }
H1.HeaderClassName
{
color: #CA0DFF;
}
.AnyTagClassName
{
color: #CA0DFF;
}
</style>
background-color css
<style>
a { background-color: #CA0DFF; }
a { background-color: rgb(202,13,255); }
div.DivClassName
{
background-color: #CA0DFF;
}
.BgClassName
{
background-color: #CA0DFF;
}
</style>
border-color css
<style>
span { border-color: #CA0DFF; }
span { border-color: rgb(202,13,255); }
td.TdClassName
{
border-color: #CA0DFF;
}
.TagClassName
{
border-color: #CA0DFF;
}
</style>