Shades of Heliotrope #D77BFD
Tints of Heliotrope #D77BFD
RGB
CMYK
RGB Variations
Color information
#D77BFD (or 0xD77BFD) is known color: Heliotrope. HEX triplet: D7, 7B and FD. RGB value is (215,123,253). Sum of RGB (Red+Green+Blue) = 215+123+253=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #D77BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BFD is #288402. Grayscale: #A4A4A4. Windows color (decimal): -2655235 or 16612311. OLE color: 16612311.
HSL color Cylindrical-coordinate representation of color #D77BFD: hue angle of 282.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77BFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 123 | 253 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.01 |
| HSL | 282.46º | 0.97% | 0.74% | - |
| HSV(B) | 282.46º | 0.51% | 0.99% | - |
| XYZ | 52.84 | 35.7 | 97.04 | - |
| YUV | 165.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 253 | 0.15 | 0.51 | 0 | 0.01 | 282.46 | 0.97 | 0.74 |
| Hex | D7 | 7B | FD | F | 33 | 0 | 1 | 11A | 61 | 4A |
| Octal | 327 | 173 | 375 | 17 | 63 | 0 | 1 | 432 | 141 | 112 |
| Binary | 11010111 | 1111011 | 11111101 | 1111 | 110011 | 0 | 1 | 100011010 | 1100001 | 1001010 |
Color Harmonies of #D77BFD
Complementary color
Monochromatic Colors of #D77BFD
Black with #D77BFD
Text Example
Text Example
White with #D77BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BFD; }
p { color: rgb(215,123,253); }
H1.HeaderClassName
{
color: #D77BFD;
}
.AnyTagClassName
{
color: #D77BFD;
}
</style>
background-color css
<style>
a { background-color: #D77BFD; }
a { background-color: rgb(215,123,253); }
div.DivClassName
{
background-color: #D77BFD;
}
.BgClassName
{
background-color: #D77BFD;
}
</style>
border-color css
<style>
span { border-color: #D77BFD; }
span { border-color: rgb(215,123,253); }
td.TdClassName
{
border-color: #D77BFD;
}
.TagClassName
{
border-color: #D77BFD;
}
</style>