Shades of Heliotrope #D75CED
Tints of Heliotrope #D75CED
RGB
CMYK
RGB Variations
Color information
#D75CED (or 0xD75CED) is known color: Heliotrope. HEX triplet: D7, 5C and ED. RGB value is (215,92,237). Sum of RGB (Red+Green+Blue) = 215+92+237=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #D75CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CED is #28A312. Grayscale: #909090. Windows color (decimal): -2663187 or 15555799. OLE color: 15555799.
HSL color Cylindrical-coordinate representation of color #D75CED: hue angle of 290.9º 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 #D75CED is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 92 | 237 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.07 |
| HSL | 290.9º | 0.8% | 0.65% | - |
| HSV(B) | 290.9º | 0.61% | 0.93% | - |
| XYZ | 47.14 | 28.22 | 83.08 | - |
| YUV | 145.31 | 179.75 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 237 | 0.09 | 0.61 | 0 | 0.07 | 290.9 | 0.8 | 0.65 |
| Hex | D7 | 5C | ED | 9 | 3D | 0 | 7 | 123 | 50 | 41 |
| Octal | 327 | 134 | 355 | 11 | 75 | 0 | 7 | 443 | 120 | 101 |
| Binary | 11010111 | 1011100 | 11101101 | 1001 | 111101 | 0 | 111 | 100100011 | 1010000 | 1000001 |
Color Harmonies of #D75CED
Complementary color
Monochromatic Colors of #D75CED
Black with #D75CED
Text Example
Text Example
White with #D75CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75CED; }
p { color: rgb(215,92,237); }
H1.HeaderClassName
{
color: #D75CED;
}
.AnyTagClassName
{
color: #D75CED;
}
</style>
background-color css
<style>
a { background-color: #D75CED; }
a { background-color: rgb(215,92,237); }
div.DivClassName
{
background-color: #D75CED;
}
.BgClassName
{
background-color: #D75CED;
}
</style>
border-color css
<style>
span { border-color: #D75CED; }
span { border-color: rgb(215,92,237); }
td.TdClassName
{
border-color: #D75CED;
}
.TagClassName
{
border-color: #D75CED;
}
</style>