Shades of Heliotrope #D27BF5
Tints of Heliotrope #D27BF5
RGB
CMYK
RGB Variations
Color information
#D27BF5 (or 0xD27BF5) is known color: Heliotrope. HEX triplet: D2, 7B and F5. RGB value is (210,123,245). Sum of RGB (Red+Green+Blue) = 210+123+245=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #D27BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27BF5 is #2D840A. Grayscale: #A2A2A2. Windows color (decimal): -2982923 or 16088018. OLE color: 16088018.
HSL color Cylindrical-coordinate representation of color #D27BF5: hue angle of 282.79º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27BF5 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 123 | 245 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.04 |
| HSL | 282.79º | 0.86% | 0.72% | - |
| HSV(B) | 282.79º | 0.5% | 0.96% | - |
| XYZ | 50.14 | 34.46 | 90.39 | - |
| YUV | 162.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 245 | 0.14 | 0.50 | 0 | 0.04 | 282.79 | 0.86 | 0.72 |
| Hex | D2 | 7B | F5 | E | 32 | 0 | 4 | 11B | 56 | 48 |
| Octal | 322 | 173 | 365 | 16 | 62 | 0 | 4 | 433 | 126 | 110 |
| Binary | 11010010 | 1111011 | 11110101 | 1110 | 110010 | 0 | 100 | 100011011 | 1010110 | 1001000 |
Color Harmonies of #D27BF5
Complementary color
Monochromatic Colors of #D27BF5
Black with #D27BF5
Text Example
Text Example
White with #D27BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BF5; }
p { color: rgb(210,123,245); }
H1.HeaderClassName
{
color: #D27BF5;
}
.AnyTagClassName
{
color: #D27BF5;
}
</style>
background-color css
<style>
a { background-color: #D27BF5; }
a { background-color: rgb(210,123,245); }
div.DivClassName
{
background-color: #D27BF5;
}
.BgClassName
{
background-color: #D27BF5;
}
</style>
border-color css
<style>
span { border-color: #D27BF5; }
span { border-color: rgb(210,123,245); }
td.TdClassName
{
border-color: #D27BF5;
}
.TagClassName
{
border-color: #D27BF5;
}
</style>