Shades of Heliotrope #D25CFC
Tints of Heliotrope #D25CFC
RGB
CMYK
RGB Variations
Color information
#D25CFC (or 0xD25CFC) is known color: Heliotrope. HEX triplet: D2, 5C and FC. RGB value is (210,92,252). Sum of RGB (Red+Green+Blue) = 210+92+252=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #D25CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CFC is #2DA303. Grayscale: #919191. Windows color (decimal): -2990852 or 16538834. OLE color: 16538834.
HSL color Cylindrical-coordinate representation of color #D25CFC: hue angle of 284.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25CFC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 92 | 252 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.01 |
| HSL | 284.25º | 0.96% | 0.67% | - |
| HSV(B) | 284.25º | 0.63% | 0.99% | - |
| XYZ | 47.98 | 28.38 | 95.05 | - |
| YUV | 145.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 252 | 0.17 | 0.63 | 0 | 0.01 | 284.25 | 0.96 | 0.67 |
| Hex | D2 | 5C | FC | 11 | 3F | 0 | 1 | 11C | 60 | 43 |
| Octal | 322 | 134 | 374 | 21 | 77 | 0 | 1 | 434 | 140 | 103 |
| Binary | 11010010 | 1011100 | 11111100 | 10001 | 111111 | 0 | 1 | 100011100 | 1100000 | 1000011 |
Color Harmonies of #D25CFC
Complementary color
Monochromatic Colors of #D25CFC
Black with #D25CFC
Text Example
Text Example
White with #D25CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CFC; }
p { color: rgb(210,92,252); }
H1.HeaderClassName
{
color: #D25CFC;
}
.AnyTagClassName
{
color: #D25CFC;
}
</style>
background-color css
<style>
a { background-color: #D25CFC; }
a { background-color: rgb(210,92,252); }
div.DivClassName
{
background-color: #D25CFC;
}
.BgClassName
{
background-color: #D25CFC;
}
</style>
border-color css
<style>
span { border-color: #D25CFC; }
span { border-color: rgb(210,92,252); }
td.TdClassName
{
border-color: #D25CFC;
}
.TagClassName
{
border-color: #D25CFC;
}
</style>