Shades of Heliotrope #D265FF
Tints of Heliotrope #D265FF
RGB
CMYK
RGB Variations
Color information
#D265FF (or 0xD265FF) is known color: Heliotrope. HEX triplet: D2, 65 and FF. RGB value is (210,101,255). Sum of RGB (Red+Green+Blue) = 210+101+255=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #D265FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D265FF is #2D9A00. Grayscale: #969696. Windows color (decimal): -2988545 or 16737746. OLE color: 16737746.
HSL color Cylindrical-coordinate representation of color #D265FF: hue angle of 282.47º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D265FF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 101 | 255 | - |
| CMYK | 0.18 | 0.60 | 0 | 0 |
| HSL | 282.47º | 1% | 0.7% | - |
| HSV(B) | 282.47º | 0.6% | 1% | - |
| XYZ | 49.28 | 30.23 | 97.85 | - |
| YUV | 151.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 255 | 0.18 | 0.60 | 0 | 0 | 282.47 | 1 | 0.7 |
| Hex | D2 | 65 | FF | 12 | 3C | 0 | 0 | 11A | 64 | 46 |
| Octal | 322 | 145 | 377 | 22 | 74 | 0 | 0 | 432 | 144 | 106 |
| Binary | 11010010 | 1100101 | 11111111 | 10010 | 111100 | 0 | 0 | 100011010 | 1100100 | 1000110 |
Color Harmonies of #D265FF
Complementary color
Monochromatic Colors of #D265FF
Black with #D265FF
Text Example
Text Example
White with #D265FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265FF; }
p { color: rgb(210,101,255); }
H1.HeaderClassName
{
color: #D265FF;
}
.AnyTagClassName
{
color: #D265FF;
}
</style>
background-color css
<style>
a { background-color: #D265FF; }
a { background-color: rgb(210,101,255); }
div.DivClassName
{
background-color: #D265FF;
}
.BgClassName
{
background-color: #D265FF;
}
</style>
border-color css
<style>
span { border-color: #D265FF; }
span { border-color: rgb(210,101,255); }
td.TdClassName
{
border-color: #D265FF;
}
.TagClassName
{
border-color: #D265FF;
}
</style>