Shades of Orchid #D66FE4
Tints of Orchid #D66FE4
RGB
CMYK
RGB Variations
Color information
#D66FE4 (or 0xD66FE4) is known color: Orchid. HEX triplet: D6, 6F and E4. RGB value is (214,111,228). Sum of RGB (Red+Green+Blue) = 214+111+228=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #D66FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FE4 is #29901B. Grayscale: #9A9A9A. Windows color (decimal): -2723868 or 14970838. OLE color: 14970838.
HSL color Cylindrical-coordinate representation of color #D66FE4: hue angle of 292.82º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66FE4 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 111 | 228 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.11 |
| HSL | 292.82º | 0.68% | 0.66% | - |
| HSV(B) | 292.82º | 0.51% | 0.89% | - |
| XYZ | 47.42 | 31.27 | 76.93 | - |
| YUV | 155.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 228 | 0.06 | 0.51 | 0 | 0.11 | 292.82 | 0.68 | 0.66 |
| Hex | D6 | 6F | E4 | 6 | 33 | 0 | B | 125 | 44 | 42 |
| Octal | 326 | 157 | 344 | 6 | 63 | 0 | 13 | 445 | 104 | 102 |
| Binary | 11010110 | 1101111 | 11100100 | 110 | 110011 | 0 | 1011 | 100100101 | 1000100 | 1000010 |
Color Harmonies of #D66FE4
Complementary color
Monochromatic Colors of #D66FE4
Black with #D66FE4
Text Example
Text Example
White with #D66FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FE4; }
p { color: rgb(214,111,228); }
H1.HeaderClassName
{
color: #D66FE4;
}
.AnyTagClassName
{
color: #D66FE4;
}
</style>
background-color css
<style>
a { background-color: #D66FE4; }
a { background-color: rgb(214,111,228); }
div.DivClassName
{
background-color: #D66FE4;
}
.BgClassName
{
background-color: #D66FE4;
}
</style>
border-color css
<style>
span { border-color: #D66FE4; }
span { border-color: rgb(214,111,228); }
td.TdClassName
{
border-color: #D66FE4;
}
.TagClassName
{
border-color: #D66FE4;
}
</style>