Shades of Orchid #D680DF
Tints of Orchid #D680DF
RGB
CMYK
RGB Variations
Color information
#D680DF (or 0xD680DF) is known color: Orchid. HEX triplet: D6, 80 and DF. RGB value is (214,128,223). Sum of RGB (Red+Green+Blue) = 214+128+223=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D680DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680DF is #297F20. Grayscale: #A4A4A4. Windows color (decimal): -2719521 or 14647510. OLE color: 14647510.
HSL color Cylindrical-coordinate representation of color #D680DF: hue angle of 294.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D680DF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 128 | 223 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 294.32º | 0.6% | 0.69% | - |
| HSV(B) | 294.32º | 0.43% | 0.87% | - |
| XYZ | 48.77 | 35.06 | 74.01 | - |
| YUV | 164.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 223 | 0.04 | 0.43 | 0 | 0.13 | 294.32 | 0.6 | 0.69 |
| Hex | D6 | 80 | DF | 4 | 2B | 0 | D | 126 | 3C | 45 |
| Octal | 326 | 200 | 337 | 4 | 53 | 0 | 15 | 446 | 74 | 105 |
| Binary | 11010110 | 10000000 | 11011111 | 100 | 101011 | 0 | 1101 | 100100110 | 111100 | 1000101 |
Color Harmonies of #D680DF
Complementary color
Monochromatic Colors of #D680DF
Black with #D680DF
Text Example
Text Example
White with #D680DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680DF; }
p { color: rgb(214,128,223); }
H1.HeaderClassName
{
color: #D680DF;
}
.AnyTagClassName
{
color: #D680DF;
}
</style>
background-color css
<style>
a { background-color: #D680DF; }
a { background-color: rgb(214,128,223); }
div.DivClassName
{
background-color: #D680DF;
}
.BgClassName
{
background-color: #D680DF;
}
</style>
border-color css
<style>
span { border-color: #D680DF; }
span { border-color: rgb(214,128,223); }
td.TdClassName
{
border-color: #D680DF;
}
.TagClassName
{
border-color: #D680DF;
}
</style>