Shades of Orchid #D66FE0
Tints of Orchid #D66FE0
RGB
CMYK
RGB Variations
Color information
#D66FE0 (or 0xD66FE0) is known color: Orchid. HEX triplet: D6, 6F and E0. RGB value is (214,111,224). Sum of RGB (Red+Green+Blue) = 214+111+224=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #D66FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FE0 is #29901F. Grayscale: #9A9A9A. Windows color (decimal): -2723872 or 14708694. OLE color: 14708694.
HSL color Cylindrical-coordinate representation of color #D66FE0: hue angle of 294.69º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66FE0 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 111 | 224 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.12 |
| HSL | 294.69º | 0.65% | 0.66% | - |
| HSV(B) | 294.69º | 0.5% | 0.88% | - |
| XYZ | 46.87 | 31.05 | 74.04 | - |
| YUV | 154.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 224 | 0.04 | 0.50 | 0 | 0.12 | 294.69 | 0.65 | 0.66 |
| Hex | D6 | 6F | E0 | 4 | 32 | 0 | C | 127 | 41 | 42 |
| Octal | 326 | 157 | 340 | 4 | 62 | 0 | 14 | 447 | 101 | 102 |
| Binary | 11010110 | 1101111 | 11100000 | 100 | 110010 | 0 | 1100 | 100100111 | 1000001 | 1000010 |
Color Harmonies of #D66FE0
Complementary color
Monochromatic Colors of #D66FE0
Black with #D66FE0
Text Example
Text Example
White with #D66FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FE0; }
p { color: rgb(214,111,224); }
H1.HeaderClassName
{
color: #D66FE0;
}
.AnyTagClassName
{
color: #D66FE0;
}
</style>
background-color css
<style>
a { background-color: #D66FE0; }
a { background-color: rgb(214,111,224); }
div.DivClassName
{
background-color: #D66FE0;
}
.BgClassName
{
background-color: #D66FE0;
}
</style>
border-color css
<style>
span { border-color: #D66FE0; }
span { border-color: rgb(214,111,224); }
td.TdClassName
{
border-color: #D66FE0;
}
.TagClassName
{
border-color: #D66FE0;
}
</style>