Shades of Heliotrope #D07BFD
Tints of Heliotrope #D07BFD
RGB
CMYK
RGB Variations
Color information
#D07BFD (or 0xD07BFD) is known color: Heliotrope. HEX triplet: D0, 7B and FD. RGB value is (208,123,253). Sum of RGB (Red+Green+Blue) = 208+123+253=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 123 (48.44% from 255 or 21.06% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #D07BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07BFD is #2F8402. Grayscale: #A2A2A2. Windows color (decimal): -3113987 or 16612304. OLE color: 16612304.
HSL color Cylindrical-coordinate representation of color #D07BFD: hue angle of 279.23º 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 #D07BFD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 123 | 253 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.01 |
| HSL | 279.23º | 0.97% | 0.74% | - |
| HSV(B) | 279.23º | 0.51% | 0.99% | - |
| XYZ | 50.83 | 34.67 | 96.94 | - |
| YUV | 163.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 253 | 0.18 | 0.51 | 0 | 0.01 | 279.23 | 0.97 | 0.74 |
| Hex | D0 | 7B | FD | 12 | 33 | 0 | 1 | 117 | 61 | 4A |
| Octal | 320 | 173 | 375 | 22 | 63 | 0 | 1 | 427 | 141 | 112 |
| Binary | 11010000 | 1111011 | 11111101 | 10010 | 110011 | 0 | 1 | 100010111 | 1100001 | 1001010 |
Color Harmonies of #D07BFD
Complementary color
Monochromatic Colors of #D07BFD
Black with #D07BFD
Text Example
Text Example
White with #D07BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BFD; }
p { color: rgb(208,123,253); }
H1.HeaderClassName
{
color: #D07BFD;
}
.AnyTagClassName
{
color: #D07BFD;
}
</style>
background-color css
<style>
a { background-color: #D07BFD; }
a { background-color: rgb(208,123,253); }
div.DivClassName
{
background-color: #D07BFD;
}
.BgClassName
{
background-color: #D07BFD;
}
</style>
border-color css
<style>
span { border-color: #D07BFD; }
span { border-color: rgb(208,123,253); }
td.TdClassName
{
border-color: #D07BFD;
}
.TagClassName
{
border-color: #D07BFD;
}
</style>