Shades of Heliotrope #D07CFD
Tints of Heliotrope #D07CFD
RGB
CMYK
RGB Variations
Color information
#D07CFD (or 0xD07CFD) is known color: Heliotrope. HEX triplet: D0, 7C and FD. RGB value is (208,124,253). Sum of RGB (Red+Green+Blue) = 208+124+253=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #D07CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CFD is #2F8302. Grayscale: #A3A3A3. Windows color (decimal): -3113731 or 16612560. OLE color: 16612560.
HSL color Cylindrical-coordinate representation of color #D07CFD: hue angle of 279.07º 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 #D07CFD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 124 | 253 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.01 |
| HSL | 279.07º | 0.97% | 0.74% | - |
| HSV(B) | 279.07º | 0.51% | 0.99% | - |
| XYZ | 50.95 | 34.92 | 96.98 | - |
| YUV | 163.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 253 | 0.18 | 0.51 | 0 | 0.01 | 279.07 | 0.97 | 0.74 |
| Hex | D0 | 7C | FD | 12 | 33 | 0 | 1 | 117 | 61 | 4A |
| Octal | 320 | 174 | 375 | 22 | 63 | 0 | 1 | 427 | 141 | 112 |
| Binary | 11010000 | 1111100 | 11111101 | 10010 | 110011 | 0 | 1 | 100010111 | 1100001 | 1001010 |
Color Harmonies of #D07CFD
Complementary color
Monochromatic Colors of #D07CFD
Black with #D07CFD
Text Example
Text Example
White with #D07CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CFD; }
p { color: rgb(208,124,253); }
H1.HeaderClassName
{
color: #D07CFD;
}
.AnyTagClassName
{
color: #D07CFD;
}
</style>
background-color css
<style>
a { background-color: #D07CFD; }
a { background-color: rgb(208,124,253); }
div.DivClassName
{
background-color: #D07CFD;
}
.BgClassName
{
background-color: #D07CFD;
}
</style>
border-color css
<style>
span { border-color: #D07CFD; }
span { border-color: rgb(208,124,253); }
td.TdClassName
{
border-color: #D07CFD;
}
.TagClassName
{
border-color: #D07CFD;
}
</style>