Shades of Orchid #D67DC9
Tints of Orchid #D67DC9
RGB
CMYK
RGB Variations
Color information
#D67DC9 (or 0xD67DC9) is known color: Orchid. HEX triplet: D6, 7D and C9. RGB value is (214,125,201). Sum of RGB (Red+Green+Blue) = 214+125+201=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DC9 is #298236. Grayscale: #A0A0A0. Windows color (decimal): -2720311 or 13204950. OLE color: 13204950.
HSL color Cylindrical-coordinate representation of color #D67DC9: hue angle of 308.76º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DC9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 201 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.16 |
| HSL | 308.76º | 0.52% | 0.66% | - |
| HSV(B) | 308.76º | 0.42% | 0.84% | - |
| XYZ | 45.61 | 33.18 | 59.26 | - |
| YUV | 160.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 201 | 0 | 0.42 | 0.06 | 0.16 | 308.76 | 0.52 | 0.66 |
| Hex | D6 | 7D | C9 | 0 | 2A | 6 | 10 | 135 | 34 | 42 |
| Octal | 326 | 175 | 311 | 0 | 52 | 6 | 20 | 465 | 64 | 102 |
| Binary | 11010110 | 1111101 | 11001001 | 0 | 101010 | 110 | 10000 | 100110101 | 110100 | 1000010 |
Color Harmonies of #D67DC9
Complementary color
Monochromatic Colors of #D67DC9
Black with #D67DC9
Text Example
Text Example
White with #D67DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DC9; }
p { color: rgb(214,125,201); }
H1.HeaderClassName
{
color: #D67DC9;
}
.AnyTagClassName
{
color: #D67DC9;
}
</style>
background-color css
<style>
a { background-color: #D67DC9; }
a { background-color: rgb(214,125,201); }
div.DivClassName
{
background-color: #D67DC9;
}
.BgClassName
{
background-color: #D67DC9;
}
</style>
border-color css
<style>
span { border-color: #D67DC9; }
span { border-color: rgb(214,125,201); }
td.TdClassName
{
border-color: #D67DC9;
}
.TagClassName
{
border-color: #D67DC9;
}
</style>