Shades of Orchid #D681C0
Tints of Orchid #D681C0
RGB
CMYK
RGB Variations
Color information
#D681C0 (or 0xD681C0) is known color: Orchid. HEX triplet: D6, 81 and C0. RGB value is (214,129,192). Sum of RGB (Red+Green+Blue) = 214+129+192=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D681C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681C0 is #297E3F. Grayscale: #A1A1A1. Windows color (decimal): -2719296 or 12616150. OLE color: 12616150.
HSL color Cylindrical-coordinate representation of color #D681C0: hue angle of 315.53º 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 #D681C0 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 192 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.16 |
| HSL | 315.53º | 0.51% | 0.67% | - |
| HSV(B) | 315.53º | 0.4% | 0.84% | - |
| XYZ | 45.1 | 33.8 | 54.02 | - |
| YUV | 161.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 192 | 0 | 0.40 | 0.10 | 0.16 | 315.53 | 0.51 | 0.67 |
| Hex | D6 | 81 | C0 | 0 | 28 | A | 10 | 13C | 33 | 43 |
| Octal | 326 | 201 | 300 | 0 | 50 | 12 | 20 | 474 | 63 | 103 |
| Binary | 11010110 | 10000001 | 11000000 | 0 | 101000 | 1010 | 10000 | 100111100 | 110011 | 1000011 |
Color Harmonies of #D681C0
Complementary color
Monochromatic Colors of #D681C0
Black with #D681C0
Text Example
Text Example
White with #D681C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681C0; }
p { color: rgb(214,129,192); }
H1.HeaderClassName
{
color: #D681C0;
}
.AnyTagClassName
{
color: #D681C0;
}
</style>
background-color css
<style>
a { background-color: #D681C0; }
a { background-color: rgb(214,129,192); }
div.DivClassName
{
background-color: #D681C0;
}
.BgClassName
{
background-color: #D681C0;
}
</style>
border-color css
<style>
span { border-color: #D681C0; }
span { border-color: rgb(214,129,192); }
td.TdClassName
{
border-color: #D681C0;
}
.TagClassName
{
border-color: #D681C0;
}
</style>