Shades of Heliotrope #D66CF2
Tints of Heliotrope #D66CF2
RGB
CMYK
RGB Variations
Color information
#D66CF2 (or 0xD66CF2) is known color: Heliotrope. HEX triplet: D6, 6C and F2. RGB value is (214,108,242). Sum of RGB (Red+Green+Blue) = 214+108+242=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #D66CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CF2 is #29930D. Grayscale: #9A9A9A. Windows color (decimal): -2724622 or 15887574. OLE color: 15887574.
HSL color Cylindrical-coordinate representation of color #D66CF2: hue angle of 287.46º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66CF2 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 108 | 242 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.05 |
| HSL | 287.46º | 0.84% | 0.69% | - |
| HSV(B) | 287.46º | 0.55% | 0.95% | - |
| XYZ | 49.12 | 31.43 | 87.48 | - |
| YUV | 154.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 242 | 0.12 | 0.55 | 0 | 0.05 | 287.46 | 0.84 | 0.69 |
| Hex | D6 | 6C | F2 | C | 37 | 0 | 5 | 11F | 54 | 45 |
| Octal | 326 | 154 | 362 | 14 | 67 | 0 | 5 | 437 | 124 | 105 |
| Binary | 11010110 | 1101100 | 11110010 | 1100 | 110111 | 0 | 101 | 100011111 | 1010100 | 1000101 |
Color Harmonies of #D66CF2
Complementary color
Monochromatic Colors of #D66CF2
Black with #D66CF2
Text Example
Text Example
White with #D66CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CF2; }
p { color: rgb(214,108,242); }
H1.HeaderClassName
{
color: #D66CF2;
}
.AnyTagClassName
{
color: #D66CF2;
}
</style>
background-color css
<style>
a { background-color: #D66CF2; }
a { background-color: rgb(214,108,242); }
div.DivClassName
{
background-color: #D66CF2;
}
.BgClassName
{
background-color: #D66CF2;
}
</style>
border-color css
<style>
span { border-color: #D66CF2; }
span { border-color: rgb(214,108,242); }
td.TdClassName
{
border-color: #D66CF2;
}
.TagClassName
{
border-color: #D66CF2;
}
</style>