Shades of Heliotrope #D263FC
Tints of Heliotrope #D263FC
RGB
CMYK
RGB Variations
Color information
#D263FC (or 0xD263FC) is known color: Heliotrope. HEX triplet: D2, 63 and FC. RGB value is (210,99,252). Sum of RGB (Red+Green+Blue) = 210+99+252=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #D263FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D263FC is #2D9C03. Grayscale: #959595. Windows color (decimal): -2989060 or 16540626. OLE color: 16540626.
HSL color Cylindrical-coordinate representation of color #D263FC: hue angle of 283.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D263FC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 99 | 252 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.01 |
| HSL | 283.53º | 0.96% | 0.69% | - |
| HSV(B) | 283.53º | 0.61% | 0.99% | - |
| XYZ | 48.61 | 29.65 | 95.26 | - |
| YUV | 149.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 252 | 0.17 | 0.61 | 0 | 0.01 | 283.53 | 0.96 | 0.69 |
| Hex | D2 | 63 | FC | 11 | 3D | 0 | 1 | 11C | 60 | 45 |
| Octal | 322 | 143 | 374 | 21 | 75 | 0 | 1 | 434 | 140 | 105 |
| Binary | 11010010 | 1100011 | 11111100 | 10001 | 111101 | 0 | 1 | 100011100 | 1100000 | 1000101 |
Color Harmonies of #D263FC
Complementary color
Monochromatic Colors of #D263FC
Black with #D263FC
Text Example
Text Example
White with #D263FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263FC; }
p { color: rgb(210,99,252); }
H1.HeaderClassName
{
color: #D263FC;
}
.AnyTagClassName
{
color: #D263FC;
}
</style>
background-color css
<style>
a { background-color: #D263FC; }
a { background-color: rgb(210,99,252); }
div.DivClassName
{
background-color: #D263FC;
}
.BgClassName
{
background-color: #D263FC;
}
</style>
border-color css
<style>
span { border-color: #D263FC; }
span { border-color: rgb(210,99,252); }
td.TdClassName
{
border-color: #D263FC;
}
.TagClassName
{
border-color: #D263FC;
}
</style>