Shades of Heliotrope #D762FD
Tints of Heliotrope #D762FD
RGB
CMYK
RGB Variations
Color information
#D762FD (or 0xD762FD) is known color: Heliotrope. HEX triplet: D7, 62 and FD. RGB value is (215,98,253). Sum of RGB (Red+Green+Blue) = 215+98+253=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #D762FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762FD is #289D02. Grayscale: #969696. Windows color (decimal): -2661635 or 16605911. OLE color: 16605911.
HSL color Cylindrical-coordinate representation of color #D762FD: hue angle of 285.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D762FD is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 98 | 253 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.01 |
| HSL | 285.29º | 0.97% | 0.69% | - |
| HSV(B) | 285.29º | 0.61% | 0.99% | - |
| XYZ | 50.12 | 30.27 | 96.13 | - |
| YUV | 150.65 | 185.76 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 253 | 0.15 | 0.61 | 0 | 0.01 | 285.29 | 0.97 | 0.69 |
| Hex | D7 | 62 | FD | F | 3D | 0 | 1 | 11D | 61 | 45 |
| Octal | 327 | 142 | 375 | 17 | 75 | 0 | 1 | 435 | 141 | 105 |
| Binary | 11010111 | 1100010 | 11111101 | 1111 | 111101 | 0 | 1 | 100011101 | 1100001 | 1000101 |
Color Harmonies of #D762FD
Complementary color
Monochromatic Colors of #D762FD
Black with #D762FD
Text Example
Text Example
White with #D762FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762FD; }
p { color: rgb(215,98,253); }
H1.HeaderClassName
{
color: #D762FD;
}
.AnyTagClassName
{
color: #D762FD;
}
</style>
background-color css
<style>
a { background-color: #D762FD; }
a { background-color: rgb(215,98,253); }
div.DivClassName
{
background-color: #D762FD;
}
.BgClassName
{
background-color: #D762FD;
}
</style>
border-color css
<style>
span { border-color: #D762FD; }
span { border-color: rgb(215,98,253); }
td.TdClassName
{
border-color: #D762FD;
}
.TagClassName
{
border-color: #D762FD;
}
</style>