Shades of Heliotrope #D266FE
Tints of Heliotrope #D266FE
RGB
CMYK
RGB Variations
Color information
#D266FE (or 0xD266FE) is known color: Heliotrope. HEX triplet: D2, 66 and FE. RGB value is (210,102,254). Sum of RGB (Red+Green+Blue) = 210+102+254=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #D266FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D266FE is #2D9901. Grayscale: #979797. Windows color (decimal): -2988290 or 16672466. OLE color: 16672466.
HSL color Cylindrical-coordinate representation of color #D266FE: hue angle of 282.63º 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 #D266FE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 102 | 254 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.00 |
| HSL | 282.63º | 0.99% | 0.7% | - |
| HSV(B) | 282.63º | 0.6% | 1% | - |
| XYZ | 49.22 | 30.36 | 97.03 | - |
| YUV | 151.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 254 | 0.17 | 0.60 | 0 | 0.00 | 282.63 | 0.99 | 0.7 |
| Hex | D2 | 66 | FE | 11 | 3C | 0 | 0 | 11B | 63 | 46 |
| Octal | 322 | 146 | 376 | 21 | 74 | 0 | 0 | 433 | 143 | 106 |
| Binary | 11010010 | 1100110 | 11111110 | 10001 | 111100 | 0 | 0 | 100011011 | 1100011 | 1000110 |
Color Harmonies of #D266FE
Complementary color
Monochromatic Colors of #D266FE
Black with #D266FE
Text Example
Text Example
White with #D266FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266FE; }
p { color: rgb(210,102,254); }
H1.HeaderClassName
{
color: #D266FE;
}
.AnyTagClassName
{
color: #D266FE;
}
</style>
background-color css
<style>
a { background-color: #D266FE; }
a { background-color: rgb(210,102,254); }
div.DivClassName
{
background-color: #D266FE;
}
.BgClassName
{
background-color: #D266FE;
}
</style>
border-color css
<style>
span { border-color: #D266FE; }
span { border-color: rgb(210,102,254); }
td.TdClassName
{
border-color: #D266FE;
}
.TagClassName
{
border-color: #D266FE;
}
</style>