Shades of Electric Purple #CA26FF
Tints of Electric Purple #CA26FF
RGB
CMYK
RGB Variations
Color information
#CA26FF (or 0xCA26FF) is known color: Electric Purple. HEX triplet: CA, 26 and FF. RGB value is (202,38,255). Sum of RGB (Red+Green+Blue) = 202+38+255=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 38 (15.23% from 255 or 7.68% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA26FF is #35D900. Grayscale: #6F6F6F. Windows color (decimal): -3528961 or 16721610. OLE color: 16721610.
HSL color Cylindrical-coordinate representation of color #CA26FF: hue angle of 285.35º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA26FF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 38 | 255 | - |
| CMYK | 0.21 | 0.85 | 0 | 0 |
| HSL | 285.35º | 1% | 0.57% | - |
| HSV(B) | 285.35º | 0.85% | 1% | - |
| XYZ | 43.1 | 21.16 | 96.42 | - |
| YUV | 111.77 | 208.83 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 255 | 0.21 | 0.85 | 0 | 0 | 285.35 | 1 | 0.57 |
| Hex | CA | 26 | FF | 15 | 55 | 0 | 0 | 11D | 64 | 39 |
| Octal | 312 | 46 | 377 | 25 | 125 | 0 | 0 | 435 | 144 | 71 |
| Binary | 11001010 | 100110 | 11111111 | 10101 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111001 |
Color Harmonies of #CA26FF
Complementary color
Monochromatic Colors of #CA26FF
Black with #CA26FF
Text Example
Text Example
White with #CA26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA26FF; }
p { color: rgb(202,38,255); }
H1.HeaderClassName
{
color: #CA26FF;
}
.AnyTagClassName
{
color: #CA26FF;
}
</style>
background-color css
<style>
a { background-color: #CA26FF; }
a { background-color: rgb(202,38,255); }
div.DivClassName
{
background-color: #CA26FF;
}
.BgClassName
{
background-color: #CA26FF;
}
</style>
border-color css
<style>
span { border-color: #CA26FF; }
span { border-color: rgb(202,38,255); }
td.TdClassName
{
border-color: #CA26FF;
}
.TagClassName
{
border-color: #CA26FF;
}
</style>