Shades of Heliotrope #CD50FE
Tints of Heliotrope #CD50FE
RGB
CMYK
RGB Variations
Color information
#CD50FE (or 0xCD50FE) is known color: Heliotrope. HEX triplet: CD, 50 and FE. RGB value is (205,80,254). Sum of RGB (Red+Green+Blue) = 205+80+254=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD50FE is #32AF01. Grayscale: #888888. Windows color (decimal): -3321602 or 16666829. OLE color: 16666829.
HSL color Cylindrical-coordinate representation of color #CD50FE: hue angle of 283.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD50FE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 80 | 254 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.00 |
| HSL | 283.1º | 0.99% | 0.65% | - |
| HSV(B) | 283.1º | 0.69% | 1% | - |
| XYZ | 45.93 | 25.87 | 96.34 | - |
| YUV | 137.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 254 | 0.19 | 0.69 | 0 | 0.00 | 283.1 | 0.99 | 0.65 |
| Hex | CD | 50 | FE | 13 | 45 | 0 | 0 | 11B | 63 | 41 |
| Octal | 315 | 120 | 376 | 23 | 105 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001101 | 1010000 | 11111110 | 10011 | 1000101 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CD50FE
Complementary color
Monochromatic Colors of #CD50FE
Black with #CD50FE
Text Example
Text Example
White with #CD50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50FE; }
p { color: rgb(205,80,254); }
H1.HeaderClassName
{
color: #CD50FE;
}
.AnyTagClassName
{
color: #CD50FE;
}
</style>
background-color css
<style>
a { background-color: #CD50FE; }
a { background-color: rgb(205,80,254); }
div.DivClassName
{
background-color: #CD50FE;
}
.BgClassName
{
background-color: #CD50FE;
}
</style>
border-color css
<style>
span { border-color: #CD50FE; }
span { border-color: rgb(205,80,254); }
td.TdClassName
{
border-color: #CD50FE;
}
.TagClassName
{
border-color: #CD50FE;
}
</style>