Shades of Orchid #D681C6
Tints of Orchid #D681C6
RGB
CMYK
RGB Variations
Color information
#D681C6 (or 0xD681C6) is known color: Orchid. HEX triplet: D6, 81 and C6. RGB value is (214,129,198). Sum of RGB (Red+Green+Blue) = 214+129+198=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D681C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681C6 is #297E39. Grayscale: #A2A2A2. Windows color (decimal): -2719290 or 13009366. OLE color: 13009366.
HSL color Cylindrical-coordinate representation of color #D681C6: hue angle of 311.29º 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 #D681C6 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 198 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.16 |
| HSL | 311.29º | 0.51% | 0.67% | - |
| HSV(B) | 311.29º | 0.4% | 0.84% | - |
| XYZ | 45.77 | 34.07 | 57.59 | - |
| YUV | 162.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 198 | 0 | 0.40 | 0.07 | 0.16 | 311.29 | 0.51 | 0.67 |
| Hex | D6 | 81 | C6 | 0 | 28 | 7 | 10 | 137 | 33 | 43 |
| Octal | 326 | 201 | 306 | 0 | 50 | 7 | 20 | 467 | 63 | 103 |
| Binary | 11010110 | 10000001 | 11000110 | 0 | 101000 | 111 | 10000 | 100110111 | 110011 | 1000011 |
Color Harmonies of #D681C6
Complementary color
Monochromatic Colors of #D681C6
Black with #D681C6
Text Example
Text Example
White with #D681C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681C6; }
p { color: rgb(214,129,198); }
H1.HeaderClassName
{
color: #D681C6;
}
.AnyTagClassName
{
color: #D681C6;
}
</style>
background-color css
<style>
a { background-color: #D681C6; }
a { background-color: rgb(214,129,198); }
div.DivClassName
{
background-color: #D681C6;
}
.BgClassName
{
background-color: #D681C6;
}
</style>
border-color css
<style>
span { border-color: #D681C6; }
span { border-color: rgb(214,129,198); }
td.TdClassName
{
border-color: #D681C6;
}
.TagClassName
{
border-color: #D681C6;
}
</style>