Shades of Orchid #D67DCC
Tints of Orchid #D67DCC
RGB
CMYK
RGB Variations
Color information
#D67DCC (or 0xD67DCC) is known color: Orchid. HEX triplet: D6, 7D and CC. RGB value is (214,125,204). Sum of RGB (Red+Green+Blue) = 214+125+204=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DCC is #298233. Grayscale: #A0A0A0. Windows color (decimal): -2720308 or 13401558. OLE color: 13401558.
HSL color Cylindrical-coordinate representation of color #D67DCC: hue angle of 306.74º 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 #D67DCC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 204 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.16 |
| HSL | 306.74º | 0.52% | 0.66% | - |
| HSV(B) | 306.74º | 0.42% | 0.84% | - |
| XYZ | 45.96 | 33.32 | 61.14 | - |
| YUV | 160.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 204 | 0 | 0.42 | 0.05 | 0.16 | 306.74 | 0.52 | 0.66 |
| Hex | D6 | 7D | CC | 0 | 2A | 5 | 10 | 133 | 34 | 42 |
| Octal | 326 | 175 | 314 | 0 | 52 | 5 | 20 | 463 | 64 | 102 |
| Binary | 11010110 | 1111101 | 11001100 | 0 | 101010 | 101 | 10000 | 100110011 | 110100 | 1000010 |
Color Harmonies of #D67DCC
Complementary color
Monochromatic Colors of #D67DCC
Black with #D67DCC
Text Example
Text Example
White with #D67DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DCC; }
p { color: rgb(214,125,204); }
H1.HeaderClassName
{
color: #D67DCC;
}
.AnyTagClassName
{
color: #D67DCC;
}
</style>
background-color css
<style>
a { background-color: #D67DCC; }
a { background-color: rgb(214,125,204); }
div.DivClassName
{
background-color: #D67DCC;
}
.BgClassName
{
background-color: #D67DCC;
}
</style>
border-color css
<style>
span { border-color: #D67DCC; }
span { border-color: rgb(214,125,204); }
td.TdClassName
{
border-color: #D67DCC;
}
.TagClassName
{
border-color: #D67DCC;
}
</style>