Shades of Electric Purple #CA0BFD
Tints of Electric Purple #CA0BFD
RGB
CMYK
RGB Variations
Color information
#CA0BFD (or 0xCA0BFD) is known color: Electric Purple. HEX triplet: CA, 0B and FD. RGB value is (202,11,253). Sum of RGB (Red+Green+Blue) = 202+11+253=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0BFD is #35F402. Grayscale: #5E5E5E. Windows color (decimal): -3535875 or 16583626. OLE color: 16583626.
HSL color Cylindrical-coordinate representation of color #CA0BFD: hue angle of 287.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0BFD is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 11 | 253 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.01 |
| HSL | 287.36º | 0.98% | 0.52% | - |
| HSV(B) | 287.36º | 0.96% | 0.99% | - |
| XYZ | 42.21 | 19.89 | 94.54 | - |
| YUV | 95.7 | 216.78 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 253 | 0.20 | 0.96 | 0 | 0.01 | 287.36 | 0.98 | 0.52 |
| Hex | CA | B | FD | 14 | 60 | 0 | 1 | 11F | 62 | 34 |
| Octal | 312 | 13 | 375 | 24 | 140 | 0 | 1 | 437 | 142 | 64 |
| Binary | 11001010 | 1011 | 11111101 | 10100 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110100 |
Color Harmonies of #CA0BFD
Complementary color
Monochromatic Colors of #CA0BFD
Black with #CA0BFD
Text Example
Text Example
White with #CA0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BFD; }
p { color: rgb(202,11,253); }
H1.HeaderClassName
{
color: #CA0BFD;
}
.AnyTagClassName
{
color: #CA0BFD;
}
</style>
background-color css
<style>
a { background-color: #CA0BFD; }
a { background-color: rgb(202,11,253); }
div.DivClassName
{
background-color: #CA0BFD;
}
.BgClassName
{
background-color: #CA0BFD;
}
</style>
border-color css
<style>
span { border-color: #CA0BFD; }
span { border-color: rgb(202,11,253); }
td.TdClassName
{
border-color: #CA0BFD;
}
.TagClassName
{
border-color: #CA0BFD;
}
</style>