Shades of Orchid #D681DA
Tints of Orchid #D681DA
RGB
CMYK
RGB Variations
Color information
#D681DA (or 0xD681DA) is known color: Orchid. HEX triplet: D6, 81 and DA. RGB value is (214,129,218). Sum of RGB (Red+Green+Blue) = 214+129+218=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D681DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681DA is #297E25. Grayscale: #A4A4A4. Windows color (decimal): -2719270 or 14320086. OLE color: 14320086.
HSL color Cylindrical-coordinate representation of color #D681DA: hue angle of 297.3º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D681DA is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 129 | 218 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.15 |
| HSL | 297.3º | 0.55% | 0.68% | - |
| HSV(B) | 297.3º | 0.41% | 0.85% | - |
| XYZ | 48.24 | 35.06 | 70.55 | - |
| YUV | 164.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 218 | 0.02 | 0.41 | 0 | 0.15 | 297.3 | 0.55 | 0.68 |
| Hex | D6 | 81 | DA | 2 | 29 | 0 | F | 129 | 37 | 44 |
| Octal | 326 | 201 | 332 | 2 | 51 | 0 | 17 | 451 | 67 | 104 |
| Binary | 11010110 | 10000001 | 11011010 | 10 | 101001 | 0 | 1111 | 100101001 | 110111 | 1000100 |
Color Harmonies of #D681DA
Complementary color
Monochromatic Colors of #D681DA
Black with #D681DA
Text Example
Text Example
White with #D681DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681DA; }
p { color: rgb(214,129,218); }
H1.HeaderClassName
{
color: #D681DA;
}
.AnyTagClassName
{
color: #D681DA;
}
</style>
background-color css
<style>
a { background-color: #D681DA; }
a { background-color: rgb(214,129,218); }
div.DivClassName
{
background-color: #D681DA;
}
.BgClassName
{
background-color: #D681DA;
}
</style>
border-color css
<style>
span { border-color: #D681DA; }
span { border-color: rgb(214,129,218); }
td.TdClassName
{
border-color: #D681DA;
}
.TagClassName
{
border-color: #D681DA;
}
</style>