Shades of Heliotrope #D065FC
Tints of Heliotrope #D065FC
RGB
CMYK
RGB Variations
Color information
#D065FC (or 0xD065FC) is known color: Heliotrope. HEX triplet: D0, 65 and FC. RGB value is (208,101,252). Sum of RGB (Red+Green+Blue) = 208+101+252=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 101 (39.84% from 255 or 18.00% 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 #D065FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065FC is #2F9A03. Grayscale: #959595. Windows color (decimal): -3119620 or 16541136. OLE color: 16541136.
HSL color Cylindrical-coordinate representation of color #D065FC: hue angle of 282.52º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D065FC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 101 | 252 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.01 |
| HSL | 282.52º | 0.96% | 0.69% | - |
| HSV(B) | 282.52º | 0.6% | 0.99% | - |
| XYZ | 48.24 | 29.75 | 95.29 | - |
| YUV | 150.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 252 | 0.17 | 0.60 | 0 | 0.01 | 282.52 | 0.96 | 0.69 |
| Hex | D0 | 65 | FC | 11 | 3C | 0 | 1 | 11B | 60 | 45 |
| Octal | 320 | 145 | 374 | 21 | 74 | 0 | 1 | 433 | 140 | 105 |
| Binary | 11010000 | 1100101 | 11111100 | 10001 | 111100 | 0 | 1 | 100011011 | 1100000 | 1000101 |
Color Harmonies of #D065FC
Complementary color
Monochromatic Colors of #D065FC
Black with #D065FC
Text Example
Text Example
White with #D065FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065FC; }
p { color: rgb(208,101,252); }
H1.HeaderClassName
{
color: #D065FC;
}
.AnyTagClassName
{
color: #D065FC;
}
</style>
background-color css
<style>
a { background-color: #D065FC; }
a { background-color: rgb(208,101,252); }
div.DivClassName
{
background-color: #D065FC;
}
.BgClassName
{
background-color: #D065FC;
}
</style>
border-color css
<style>
span { border-color: #D065FC; }
span { border-color: rgb(208,101,252); }
td.TdClassName
{
border-color: #D065FC;
}
.TagClassName
{
border-color: #D065FC;
}
</style>