Shades of Orchid #D666DF
Tints of Orchid #D666DF
RGB
CMYK
RGB Variations
Color information
#D666DF (or 0xD666DF) is known color: Orchid. HEX triplet: D6, 66 and DF. RGB value is (214,102,223). Sum of RGB (Red+Green+Blue) = 214+102+223=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D666DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666DF is #299920. Grayscale: #949494. Windows color (decimal): -2726177 or 14640854. OLE color: 14640854.
HSL color Cylindrical-coordinate representation of color #D666DF: hue angle of 295.54º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D666DF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 102 | 223 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.13 |
| HSL | 295.54º | 0.65% | 0.64% | - |
| HSV(B) | 295.54º | 0.54% | 0.87% | - |
| XYZ | 45.8 | 29.13 | 73.02 | - |
| YUV | 149.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 223 | 0.04 | 0.54 | 0 | 0.13 | 295.54 | 0.65 | 0.64 |
| Hex | D6 | 66 | DF | 4 | 36 | 0 | D | 128 | 41 | 40 |
| Octal | 326 | 146 | 337 | 4 | 66 | 0 | 15 | 450 | 101 | 100 |
| Binary | 11010110 | 1100110 | 11011111 | 100 | 110110 | 0 | 1101 | 100101000 | 1000001 | 1000000 |
Color Harmonies of #D666DF
Complementary color
Monochromatic Colors of #D666DF
Black with #D666DF
Text Example
Text Example
White with #D666DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666DF; }
p { color: rgb(214,102,223); }
H1.HeaderClassName
{
color: #D666DF;
}
.AnyTagClassName
{
color: #D666DF;
}
</style>
background-color css
<style>
a { background-color: #D666DF; }
a { background-color: rgb(214,102,223); }
div.DivClassName
{
background-color: #D666DF;
}
.BgClassName
{
background-color: #D666DF;
}
</style>
border-color css
<style>
span { border-color: #D666DF; }
span { border-color: rgb(214,102,223); }
td.TdClassName
{
border-color: #D666DF;
}
.TagClassName
{
border-color: #D666DF;
}
</style>