Shades of Electric Purple #C90BFD
Tints of Electric Purple #C90BFD
RGB
CMYK
RGB Variations
Color information
#C90BFD (or 0xC90BFD) is known color: Electric Purple. HEX triplet: C9, 0B and FD. RGB value is (201,11,253). Sum of RGB (Red+Green+Blue) = 201+11+253=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C90BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90BFD is #36F402. Grayscale: #5E5E5E. Windows color (decimal): -3601411 or 16583625. OLE color: 16583625.
HSL color Cylindrical-coordinate representation of color #C90BFD: hue angle of 287.11º 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 #C90BFD is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 11 | 253 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.01 |
| HSL | 287.11º | 0.98% | 0.52% | - |
| HSV(B) | 287.11º | 0.96% | 0.99% | - |
| XYZ | 41.94 | 19.75 | 94.53 | - |
| YUV | 95.4 | 216.95 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 253 | 0.21 | 0.96 | 0 | 0.01 | 287.11 | 0.98 | 0.52 |
| Hex | C9 | B | FD | 15 | 60 | 0 | 1 | 11F | 62 | 34 |
| Octal | 311 | 13 | 375 | 25 | 140 | 0 | 1 | 437 | 142 | 64 |
| Binary | 11001001 | 1011 | 11111101 | 10101 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110100 |
Color Harmonies of #C90BFD
Complementary color
Monochromatic Colors of #C90BFD
Black with #C90BFD
Text Example
Text Example
White with #C90BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90BFD; }
p { color: rgb(201,11,253); }
H1.HeaderClassName
{
color: #C90BFD;
}
.AnyTagClassName
{
color: #C90BFD;
}
</style>
background-color css
<style>
a { background-color: #C90BFD; }
a { background-color: rgb(201,11,253); }
div.DivClassName
{
background-color: #C90BFD;
}
.BgClassName
{
background-color: #C90BFD;
}
</style>
border-color css
<style>
span { border-color: #C90BFD; }
span { border-color: rgb(201,11,253); }
td.TdClassName
{
border-color: #C90BFD;
}
.TagClassName
{
border-color: #C90BFD;
}
</style>