Shades of Heliotrope #D765FC
Tints of Heliotrope #D765FC
RGB
CMYK
RGB Variations
Color information
#D765FC (or 0xD765FC) is known color: Heliotrope. HEX triplet: D7, 65 and FC. RGB value is (215,101,252). Sum of RGB (Red+Green+Blue) = 215+101+252=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #D765FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765FC is #289A03. Grayscale: #979797. Windows color (decimal): -2660868 or 16541143. OLE color: 16541143.
HSL color Cylindrical-coordinate representation of color #D765FC: hue angle of 285.3º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D765FC is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 101 | 252 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.01 |
| HSL | 285.3º | 0.96% | 0.69% | - |
| HSV(B) | 285.3º | 0.6% | 0.99% | - |
| XYZ | 50.25 | 30.78 | 95.39 | - |
| YUV | 152.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 252 | 0.15 | 0.60 | 0 | 0.01 | 285.3 | 0.96 | 0.69 |
| Hex | D7 | 65 | FC | F | 3C | 0 | 1 | 11D | 60 | 45 |
| Octal | 327 | 145 | 374 | 17 | 74 | 0 | 1 | 435 | 140 | 105 |
| Binary | 11010111 | 1100101 | 11111100 | 1111 | 111100 | 0 | 1 | 100011101 | 1100000 | 1000101 |
Color Harmonies of #D765FC
Complementary color
Monochromatic Colors of #D765FC
Black with #D765FC
Text Example
Text Example
White with #D765FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765FC; }
p { color: rgb(215,101,252); }
H1.HeaderClassName
{
color: #D765FC;
}
.AnyTagClassName
{
color: #D765FC;
}
</style>
background-color css
<style>
a { background-color: #D765FC; }
a { background-color: rgb(215,101,252); }
div.DivClassName
{
background-color: #D765FC;
}
.BgClassName
{
background-color: #D765FC;
}
</style>
border-color css
<style>
span { border-color: #D765FC; }
span { border-color: rgb(215,101,252); }
td.TdClassName
{
border-color: #D765FC;
}
.TagClassName
{
border-color: #D765FC;
}
</style>