Shades of Heliotrope #D05CED
Tints of Heliotrope #D05CED
RGB
CMYK
RGB Variations
Color information
#D05CED (or 0xD05CED) is known color: Heliotrope. HEX triplet: D0, 5C and ED. RGB value is (208,92,237). Sum of RGB (Red+Green+Blue) = 208+92+237=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #D05CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CED is #2FA312. Grayscale: #8E8E8E. Windows color (decimal): -3121939 or 15555792. OLE color: 15555792.
HSL color Cylindrical-coordinate representation of color #D05CED: hue angle of 288º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05CED is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 92 | 237 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.07 |
| HSL | 288º | 0.8% | 0.65% | - |
| HSV(B) | 288º | 0.61% | 0.93% | - |
| XYZ | 45.13 | 27.18 | 82.99 | - |
| YUV | 143.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 237 | 0.12 | 0.61 | 0 | 0.07 | 288 | 0.8 | 0.65 |
| Hex | D0 | 5C | ED | C | 3D | 0 | 7 | 120 | 50 | 41 |
| Octal | 320 | 134 | 355 | 14 | 75 | 0 | 7 | 440 | 120 | 101 |
| Binary | 11010000 | 1011100 | 11101101 | 1100 | 111101 | 0 | 111 | 100100000 | 1010000 | 1000001 |
Color Harmonies of #D05CED
Complementary color
Monochromatic Colors of #D05CED
Black with #D05CED
Text Example
Text Example
White with #D05CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CED; }
p { color: rgb(208,92,237); }
H1.HeaderClassName
{
color: #D05CED;
}
.AnyTagClassName
{
color: #D05CED;
}
</style>
background-color css
<style>
a { background-color: #D05CED; }
a { background-color: rgb(208,92,237); }
div.DivClassName
{
background-color: #D05CED;
}
.BgClassName
{
background-color: #D05CED;
}
</style>
border-color css
<style>
span { border-color: #D05CED; }
span { border-color: rgb(208,92,237); }
td.TdClassName
{
border-color: #D05CED;
}
.TagClassName
{
border-color: #D05CED;
}
</style>