Shades of Orchid #D680C1
Tints of Orchid #D680C1
RGB
CMYK
RGB Variations
Color information
#D680C1 (or 0xD680C1) is known color: Orchid. HEX triplet: D6, 80 and C1. RGB value is (214,128,193). Sum of RGB (Red+Green+Blue) = 214+128+193=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D680C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680C1 is #297F3E. Grayscale: #A0A0A0. Windows color (decimal): -2719551 or 12681430. OLE color: 12681430.
HSL color Cylindrical-coordinate representation of color #D680C1: hue angle of 314.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680C1 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 193 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.16 |
| HSL | 314.65º | 0.51% | 0.67% | - |
| HSV(B) | 314.65º | 0.4% | 0.84% | - |
| XYZ | 45.08 | 33.58 | 54.56 | - |
| YUV | 161.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 193 | 0 | 0.40 | 0.10 | 0.16 | 314.65 | 0.51 | 0.67 |
| Hex | D6 | 80 | C1 | 0 | 28 | A | 10 | 13B | 33 | 43 |
| Octal | 326 | 200 | 301 | 0 | 50 | 12 | 20 | 473 | 63 | 103 |
| Binary | 11010110 | 10000000 | 11000001 | 0 | 101000 | 1010 | 10000 | 100111011 | 110011 | 1000011 |
Color Harmonies of #D680C1
Complementary color
Monochromatic Colors of #D680C1
Black with #D680C1
Text Example
Text Example
White with #D680C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680C1; }
p { color: rgb(214,128,193); }
H1.HeaderClassName
{
color: #D680C1;
}
.AnyTagClassName
{
color: #D680C1;
}
</style>
background-color css
<style>
a { background-color: #D680C1; }
a { background-color: rgb(214,128,193); }
div.DivClassName
{
background-color: #D680C1;
}
.BgClassName
{
background-color: #D680C1;
}
</style>
border-color css
<style>
span { border-color: #D680C1; }
span { border-color: rgb(214,128,193); }
td.TdClassName
{
border-color: #D680C1;
}
.TagClassName
{
border-color: #D680C1;
}
</style>