Shades of Orchid #D680C2
Tints of Orchid #D680C2
RGB
CMYK
RGB Variations
Color information
#D680C2 (or 0xD680C2) is known color: Orchid. HEX triplet: D6, 80 and C2. RGB value is (214,128,194). Sum of RGB (Red+Green+Blue) = 214+128+194=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D680C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680C2 is #297F3D. Grayscale: #A1A1A1. Windows color (decimal): -2719550 or 12746966. OLE color: 12746966.
HSL color Cylindrical-coordinate representation of color #D680C2: hue angle of 313.95º 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 #D680C2 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 194 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.16 |
| HSL | 313.95º | 0.51% | 0.67% | - |
| HSV(B) | 313.95º | 0.4% | 0.84% | - |
| XYZ | 45.19 | 33.63 | 55.15 | - |
| YUV | 161.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 194 | 0 | 0.40 | 0.09 | 0.16 | 313.95 | 0.51 | 0.67 |
| Hex | D6 | 80 | C2 | 0 | 28 | 9 | 10 | 13A | 33 | 43 |
| Octal | 326 | 200 | 302 | 0 | 50 | 11 | 20 | 472 | 63 | 103 |
| Binary | 11010110 | 10000000 | 11000010 | 0 | 101000 | 1001 | 10000 | 100111010 | 110011 | 1000011 |
Color Harmonies of #D680C2
Complementary color
Monochromatic Colors of #D680C2
Black with #D680C2
Text Example
Text Example
White with #D680C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680C2; }
p { color: rgb(214,128,194); }
H1.HeaderClassName
{
color: #D680C2;
}
.AnyTagClassName
{
color: #D680C2;
}
</style>
background-color css
<style>
a { background-color: #D680C2; }
a { background-color: rgb(214,128,194); }
div.DivClassName
{
background-color: #D680C2;
}
.BgClassName
{
background-color: #D680C2;
}
</style>
border-color css
<style>
span { border-color: #D680C2; }
span { border-color: rgb(214,128,194); }
td.TdClassName
{
border-color: #D680C2;
}
.TagClassName
{
border-color: #D680C2;
}
</style>