Shades of Heliotrope #D765FE
Tints of Heliotrope #D765FE
RGB
CMYK
RGB Variations
Color information
#D765FE (or 0xD765FE) is known color: Heliotrope. HEX triplet: D7, 65 and FE. RGB value is (215,101,254). Sum of RGB (Red+Green+Blue) = 215+101+254=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #D765FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765FE is #289A01. Grayscale: #989898. Windows color (decimal): -2660866 or 16672215. OLE color: 16672215.
HSL color Cylindrical-coordinate representation of color #D765FE: hue angle of 284.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D765FE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 101 | 254 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.00 |
| HSL | 284.71º | 0.99% | 0.7% | - |
| HSV(B) | 284.71º | 0.6% | 1% | - |
| XYZ | 50.57 | 30.91 | 97.07 | - |
| YUV | 152.53 | 185.27 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 254 | 0.15 | 0.60 | 0 | 0.00 | 284.71 | 0.99 | 0.7 |
| Hex | D7 | 65 | FE | F | 3C | 0 | 0 | 11D | 63 | 46 |
| Octal | 327 | 145 | 376 | 17 | 74 | 0 | 0 | 435 | 143 | 106 |
| Binary | 11010111 | 1100101 | 11111110 | 1111 | 111100 | 0 | 0 | 100011101 | 1100011 | 1000110 |
Color Harmonies of #D765FE
Complementary color
Monochromatic Colors of #D765FE
Black with #D765FE
Text Example
Text Example
White with #D765FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765FE; }
p { color: rgb(215,101,254); }
H1.HeaderClassName
{
color: #D765FE;
}
.AnyTagClassName
{
color: #D765FE;
}
</style>
background-color css
<style>
a { background-color: #D765FE; }
a { background-color: rgb(215,101,254); }
div.DivClassName
{
background-color: #D765FE;
}
.BgClassName
{
background-color: #D765FE;
}
</style>
border-color css
<style>
span { border-color: #D765FE; }
span { border-color: rgb(215,101,254); }
td.TdClassName
{
border-color: #D765FE;
}
.TagClassName
{
border-color: #D765FE;
}
</style>