Shades of Heliotrope #D266FD
Tints of Heliotrope #D266FD
RGB
CMYK
RGB Variations
Color information
#D266FD (or 0xD266FD) is known color: Heliotrope. HEX triplet: D2, 66 and FD. RGB value is (210,102,253). Sum of RGB (Red+Green+Blue) = 210+102+253=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #D266FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D266FD is #2D9902. Grayscale: #979797. Windows color (decimal): -2988291 or 16606930. OLE color: 16606930.
HSL color Cylindrical-coordinate representation of color #D266FD: hue angle of 282.91º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D266FD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 102 | 253 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.01 |
| HSL | 282.91º | 0.97% | 0.7% | - |
| HSV(B) | 282.91º | 0.6% | 0.99% | - |
| XYZ | 49.06 | 30.3 | 96.19 | - |
| YUV | 151.51 | 185.28 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 253 | 0.17 | 0.60 | 0 | 0.01 | 282.91 | 0.97 | 0.7 |
| Hex | D2 | 66 | FD | 11 | 3C | 0 | 1 | 11B | 61 | 46 |
| Octal | 322 | 146 | 375 | 21 | 74 | 0 | 1 | 433 | 141 | 106 |
| Binary | 11010010 | 1100110 | 11111101 | 10001 | 111100 | 0 | 1 | 100011011 | 1100001 | 1000110 |
Color Harmonies of #D266FD
Complementary color
Monochromatic Colors of #D266FD
Black with #D266FD
Text Example
Text Example
White with #D266FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266FD; }
p { color: rgb(210,102,253); }
H1.HeaderClassName
{
color: #D266FD;
}
.AnyTagClassName
{
color: #D266FD;
}
</style>
background-color css
<style>
a { background-color: #D266FD; }
a { background-color: rgb(210,102,253); }
div.DivClassName
{
background-color: #D266FD;
}
.BgClassName
{
background-color: #D266FD;
}
</style>
border-color css
<style>
span { border-color: #D266FD; }
span { border-color: rgb(210,102,253); }
td.TdClassName
{
border-color: #D266FD;
}
.TagClassName
{
border-color: #D266FD;
}
</style>