Shades of Orchid #D681D5
Tints of Orchid #D681D5
RGB
CMYK
RGB Variations
Color information
#D681D5 (or 0xD681D5) is known color: Orchid. HEX triplet: D6, 81 and D5. RGB value is (214,129,213). Sum of RGB (Red+Green+Blue) = 214+129+213=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D681D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681D5 is #297E2A. Grayscale: #A3A3A3. Windows color (decimal): -2719275 or 13992406. OLE color: 13992406.
HSL color Cylindrical-coordinate representation of color #D681D5: hue angle of 300.71º 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 #D681D5 is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 213 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.16 |
| HSL | 300.71º | 0.51% | 0.67% | - |
| HSV(B) | 300.71º | 0.4% | 0.84% | - |
| XYZ | 47.59 | 34.8 | 67.16 | - |
| YUV | 163.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 213 | 0 | 0.40 | 0.00 | 0.16 | 300.71 | 0.51 | 0.67 |
| Hex | D6 | 81 | D5 | 0 | 28 | 0 | 10 | 12D | 33 | 43 |
| Octal | 326 | 201 | 325 | 0 | 50 | 0 | 20 | 455 | 63 | 103 |
| Binary | 11010110 | 10000001 | 11010101 | 0 | 101000 | 0 | 10000 | 100101101 | 110011 | 1000011 |
Color Harmonies of #D681D5
Complementary color
Monochromatic Colors of #D681D5
Black with #D681D5
Text Example
Text Example
White with #D681D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681D5; }
p { color: rgb(214,129,213); }
H1.HeaderClassName
{
color: #D681D5;
}
.AnyTagClassName
{
color: #D681D5;
}
</style>
background-color css
<style>
a { background-color: #D681D5; }
a { background-color: rgb(214,129,213); }
div.DivClassName
{
background-color: #D681D5;
}
.BgClassName
{
background-color: #D681D5;
}
</style>
border-color css
<style>
span { border-color: #D681D5; }
span { border-color: rgb(214,129,213); }
td.TdClassName
{
border-color: #D681D5;
}
.TagClassName
{
border-color: #D681D5;
}
</style>