Shades of Orchid #D681CE
Tints of Orchid #D681CE
RGB
CMYK
RGB Variations
Color information
#D681CE (or 0xD681CE) is known color: Orchid. HEX triplet: D6, 81 and CE. RGB value is (214,129,206). Sum of RGB (Red+Green+Blue) = 214+129+206=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D681CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681CE is #297E31. Grayscale: #A2A2A2. Windows color (decimal): -2719282 or 13533654. OLE color: 13533654.
HSL color Cylindrical-coordinate representation of color #D681CE: hue angle of 305.65º 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 #D681CE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 206 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.16 |
| HSL | 305.65º | 0.51% | 0.67% | - |
| HSV(B) | 305.65º | 0.4% | 0.84% | - |
| XYZ | 46.72 | 34.45 | 62.58 | - |
| YUV | 163.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 206 | 0 | 0.40 | 0.04 | 0.16 | 305.65 | 0.51 | 0.67 |
| Hex | D6 | 81 | CE | 0 | 28 | 4 | 10 | 132 | 33 | 43 |
| Octal | 326 | 201 | 316 | 0 | 50 | 4 | 20 | 462 | 63 | 103 |
| Binary | 11010110 | 10000001 | 11001110 | 0 | 101000 | 100 | 10000 | 100110010 | 110011 | 1000011 |
Color Harmonies of #D681CE
Complementary color
Monochromatic Colors of #D681CE
Black with #D681CE
Text Example
Text Example
White with #D681CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681CE; }
p { color: rgb(214,129,206); }
H1.HeaderClassName
{
color: #D681CE;
}
.AnyTagClassName
{
color: #D681CE;
}
</style>
background-color css
<style>
a { background-color: #D681CE; }
a { background-color: rgb(214,129,206); }
div.DivClassName
{
background-color: #D681CE;
}
.BgClassName
{
background-color: #D681CE;
}
</style>
border-color css
<style>
span { border-color: #D681CE; }
span { border-color: rgb(214,129,206); }
td.TdClassName
{
border-color: #D681CE;
}
.TagClassName
{
border-color: #D681CE;
}
</style>