Shades of Orchid #D681DF
Tints of Orchid #D681DF
RGB
CMYK
RGB Variations
Color information
#D681DF (or 0xD681DF) is known color: Orchid. HEX triplet: D6, 81 and DF. RGB value is (214,129,223). Sum of RGB (Red+Green+Blue) = 214+129+223=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #D681DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681DF is #297E20. Grayscale: #A4A4A4. Windows color (decimal): -2719265 or 14647766. OLE color: 14647766.
HSL color Cylindrical-coordinate representation of color #D681DF: hue angle of 294.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D681DF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 129 | 223 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.13 |
| HSL | 294.26º | 0.59% | 0.69% | - |
| HSV(B) | 294.26º | 0.42% | 0.87% | - |
| XYZ | 48.9 | 35.32 | 74.05 | - |
| YUV | 165.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 223 | 0.04 | 0.42 | 0 | 0.13 | 294.26 | 0.59 | 0.69 |
| Hex | D6 | 81 | DF | 4 | 2A | 0 | D | 126 | 3B | 45 |
| Octal | 326 | 201 | 337 | 4 | 52 | 0 | 15 | 446 | 73 | 105 |
| Binary | 11010110 | 10000001 | 11011111 | 100 | 101010 | 0 | 1101 | 100100110 | 111011 | 1000101 |
Color Harmonies of #D681DF
Complementary color
Monochromatic Colors of #D681DF
Black with #D681DF
Text Example
Text Example
White with #D681DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681DF; }
p { color: rgb(214,129,223); }
H1.HeaderClassName
{
color: #D681DF;
}
.AnyTagClassName
{
color: #D681DF;
}
</style>
background-color css
<style>
a { background-color: #D681DF; }
a { background-color: rgb(214,129,223); }
div.DivClassName
{
background-color: #D681DF;
}
.BgClassName
{
background-color: #D681DF;
}
</style>
border-color css
<style>
span { border-color: #D681DF; }
span { border-color: rgb(214,129,223); }
td.TdClassName
{
border-color: #D681DF;
}
.TagClassName
{
border-color: #D681DF;
}
</style>