Shades of Heliotrope #CD7FFE
Tints of Heliotrope #CD7FFE
RGB
CMYK
RGB Variations
Color information
#CD7FFE (or 0xCD7FFE) is known color: Heliotrope. HEX triplet: CD, 7F and FE. RGB value is (205,127,254). Sum of RGB (Red+Green+Blue) = 205+127+254=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7FFE is #328001. Grayscale: #A4A4A4. Windows color (decimal): -3309570 or 16678861. OLE color: 16678861.
HSL color Cylindrical-coordinate representation of color #CD7FFE: hue angle of 276.85º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7FFE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 127 | 254 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.00 |
| HSL | 276.85º | 0.98% | 0.75% | - |
| HSV(B) | 276.85º | 0.5% | 1% | - |
| XYZ | 50.66 | 35.31 | 97.91 | - |
| YUV | 164.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 127 | 254 | 0.19 | 0.50 | 0 | 0.00 | 276.85 | 0.98 | 0.75 |
| Hex | CD | 7F | FE | 13 | 32 | 0 | 0 | 115 | 62 | 4B |
| Octal | 315 | 177 | 376 | 23 | 62 | 0 | 0 | 425 | 142 | 113 |
| Binary | 11001101 | 1111111 | 11111110 | 10011 | 110010 | 0 | 0 | 100010101 | 1100010 | 1001011 |
Color Harmonies of #CD7FFE
Complementary color
Monochromatic Colors of #CD7FFE
Black with #CD7FFE
Text Example
Text Example
White with #CD7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7FFE; }
p { color: rgb(205,127,254); }
H1.HeaderClassName
{
color: #CD7FFE;
}
.AnyTagClassName
{
color: #CD7FFE;
}
</style>
background-color css
<style>
a { background-color: #CD7FFE; }
a { background-color: rgb(205,127,254); }
div.DivClassName
{
background-color: #CD7FFE;
}
.BgClassName
{
background-color: #CD7FFE;
}
</style>
border-color css
<style>
span { border-color: #CD7FFE; }
span { border-color: rgb(205,127,254); }
td.TdClassName
{
border-color: #CD7FFE;
}
.TagClassName
{
border-color: #CD7FFE;
}
</style>