Shades of Heliotrope #D57BFE
Tints of Heliotrope #D57BFE
RGB
CMYK
RGB Variations
Color information
#D57BFE (or 0xD57BFE) is known color: Heliotrope. HEX triplet: D5, 7B and FE. RGB value is (213,123,254). Sum of RGB (Red+Green+Blue) = 213+123+254=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #D57BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57BFE is #2A8401. Grayscale: #A4A4A4. Windows color (decimal): -2786306 or 16677845. OLE color: 16677845.
HSL color Cylindrical-coordinate representation of color #D57BFE: hue angle of 281.22º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57BFE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 123 | 254 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.00 |
| HSL | 281.22º | 0.98% | 0.74% | - |
| HSV(B) | 281.22º | 0.52% | 1% | - |
| XYZ | 52.41 | 35.47 | 97.85 | - |
| YUV | 164.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 254 | 0.16 | 0.52 | 0 | 0.00 | 281.22 | 0.98 | 0.74 |
| Hex | D5 | 7B | FE | 10 | 34 | 0 | 0 | 119 | 62 | 4A |
| Octal | 325 | 173 | 376 | 20 | 64 | 0 | 0 | 431 | 142 | 112 |
| Binary | 11010101 | 1111011 | 11111110 | 10000 | 110100 | 0 | 0 | 100011001 | 1100010 | 1001010 |
Color Harmonies of #D57BFE
Complementary color
Monochromatic Colors of #D57BFE
Black with #D57BFE
Text Example
Text Example
White with #D57BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BFE; }
p { color: rgb(213,123,254); }
H1.HeaderClassName
{
color: #D57BFE;
}
.AnyTagClassName
{
color: #D57BFE;
}
</style>
background-color css
<style>
a { background-color: #D57BFE; }
a { background-color: rgb(213,123,254); }
div.DivClassName
{
background-color: #D57BFE;
}
.BgClassName
{
background-color: #D57BFE;
}
</style>
border-color css
<style>
span { border-color: #D57BFE; }
span { border-color: rgb(213,123,254); }
td.TdClassName
{
border-color: #D57BFE;
}
.TagClassName
{
border-color: #D57BFE;
}
</style>