Shades of Heliotrope #D267FA
Tints of Heliotrope #D267FA
RGB
CMYK
RGB Variations
Color information
#D267FA (or 0xD267FA) is known color: Heliotrope. HEX triplet: D2, 67 and FA. RGB value is (210,103,250). Sum of RGB (Red+Green+Blue) = 210+103+250=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 103 (40.62% from 255 or 18.29% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #D267FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D267FA is #2D9805. Grayscale: #979797. Windows color (decimal): -2988038 or 16410578. OLE color: 16410578.
HSL color Cylindrical-coordinate representation of color #D267FA: hue angle of 283.67º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D267FA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 103 | 250 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.02 |
| HSL | 283.67º | 0.94% | 0.69% | - |
| HSV(B) | 283.67º | 0.59% | 0.98% | - |
| XYZ | 48.68 | 30.3 | 93.73 | - |
| YUV | 151.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 250 | 0.16 | 0.59 | 0 | 0.02 | 283.67 | 0.94 | 0.69 |
| Hex | D2 | 67 | FA | 10 | 3B | 0 | 2 | 11C | 5E | 45 |
| Octal | 322 | 147 | 372 | 20 | 73 | 0 | 2 | 434 | 136 | 105 |
| Binary | 11010010 | 1100111 | 11111010 | 10000 | 111011 | 0 | 10 | 100011100 | 1011110 | 1000101 |
Color Harmonies of #D267FA
Complementary color
Monochromatic Colors of #D267FA
Black with #D267FA
Text Example
Text Example
White with #D267FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267FA; }
p { color: rgb(210,103,250); }
H1.HeaderClassName
{
color: #D267FA;
}
.AnyTagClassName
{
color: #D267FA;
}
</style>
background-color css
<style>
a { background-color: #D267FA; }
a { background-color: rgb(210,103,250); }
div.DivClassName
{
background-color: #D267FA;
}
.BgClassName
{
background-color: #D267FA;
}
</style>
border-color css
<style>
span { border-color: #D267FA; }
span { border-color: rgb(210,103,250); }
td.TdClassName
{
border-color: #D267FA;
}
.TagClassName
{
border-color: #D267FA;
}
</style>