Shades of Heliotrope #D68CFC
Tints of Heliotrope #D68CFC
RGB
CMYK
RGB Variations
Color information
#D68CFC (or 0xD68CFC) is known color: Heliotrope. HEX triplet: D6, 8C and FC. RGB value is (214,140,252). Sum of RGB (Red+Green+Blue) = 214+140+252=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #D68CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CFC is #297303. Grayscale: #AEAEAE. Windows color (decimal): -2716420 or 16551126. OLE color: 16551126.
HSL color Cylindrical-coordinate representation of color #D68CFC: hue angle of 279.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68CFC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 140 | 252 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.01 |
| HSL | 279.64º | 0.95% | 0.77% | - |
| HSV(B) | 279.64º | 0.44% | 0.99% | - |
| XYZ | 54.68 | 40.08 | 96.95 | - |
| YUV | 174.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 252 | 0.15 | 0.44 | 0 | 0.01 | 279.64 | 0.95 | 0.77 |
| Hex | D6 | 8C | FC | F | 2C | 0 | 1 | 118 | 5F | 4D |
| Octal | 326 | 214 | 374 | 17 | 54 | 0 | 1 | 430 | 137 | 115 |
| Binary | 11010110 | 10001100 | 11111100 | 1111 | 101100 | 0 | 1 | 100011000 | 1011111 | 1001101 |
Color Harmonies of #D68CFC
Complementary color
Monochromatic Colors of #D68CFC
Black with #D68CFC
Text Example
Text Example
White with #D68CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CFC; }
p { color: rgb(214,140,252); }
H1.HeaderClassName
{
color: #D68CFC;
}
.AnyTagClassName
{
color: #D68CFC;
}
</style>
background-color css
<style>
a { background-color: #D68CFC; }
a { background-color: rgb(214,140,252); }
div.DivClassName
{
background-color: #D68CFC;
}
.BgClassName
{
background-color: #D68CFC;
}
</style>
border-color css
<style>
span { border-color: #D68CFC; }
span { border-color: rgb(214,140,252); }
td.TdClassName
{
border-color: #D68CFC;
}
.TagClassName
{
border-color: #D68CFC;
}
</style>