Shades of Heliotrope #D06CFD
Tints of Heliotrope #D06CFD
RGB
CMYK
RGB Variations
Color information
#D06CFD (or 0xD06CFD) is known color: Heliotrope. HEX triplet: D0, 6C and FD. RGB value is (208,108,253). Sum of RGB (Red+Green+Blue) = 208+108+253=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #D06CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CFD is #2F9302. Grayscale: #999999. Windows color (decimal): -3117827 or 16608464. OLE color: 16608464.
HSL color Cylindrical-coordinate representation of color #D06CFD: hue angle of 281.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06CFD is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 108 | 253 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.01 |
| HSL | 281.38º | 0.97% | 0.71% | - |
| HSV(B) | 281.38º | 0.57% | 0.99% | - |
| XYZ | 49.1 | 31.23 | 96.37 | - |
| YUV | 154.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 253 | 0.18 | 0.57 | 0 | 0.01 | 281.38 | 0.97 | 0.71 |
| Hex | D0 | 6C | FD | 12 | 39 | 0 | 1 | 119 | 61 | 47 |
| Octal | 320 | 154 | 375 | 22 | 71 | 0 | 1 | 431 | 141 | 107 |
| Binary | 11010000 | 1101100 | 11111101 | 10010 | 111001 | 0 | 1 | 100011001 | 1100001 | 1000111 |
Color Harmonies of #D06CFD
Complementary color
Monochromatic Colors of #D06CFD
Black with #D06CFD
Text Example
Text Example
White with #D06CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CFD; }
p { color: rgb(208,108,253); }
H1.HeaderClassName
{
color: #D06CFD;
}
.AnyTagClassName
{
color: #D06CFD;
}
</style>
background-color css
<style>
a { background-color: #D06CFD; }
a { background-color: rgb(208,108,253); }
div.DivClassName
{
background-color: #D06CFD;
}
.BgClassName
{
background-color: #D06CFD;
}
</style>
border-color css
<style>
span { border-color: #D06CFD; }
span { border-color: rgb(208,108,253); }
td.TdClassName
{
border-color: #D06CFD;
}
.TagClassName
{
border-color: #D06CFD;
}
</style>