Shades of Orchid #D67DC8
Tints of Orchid #D67DC8
RGB
CMYK
RGB Variations
Color information
#D67DC8 (or 0xD67DC8) is known color: Orchid. HEX triplet: D6, 7D and C8. RGB value is (214,125,200). Sum of RGB (Red+Green+Blue) = 214+125+200=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DC8 is #298237. Grayscale: #9F9F9F. Windows color (decimal): -2720312 or 13139414. OLE color: 13139414.
HSL color Cylindrical-coordinate representation of color #D67DC8: hue angle of 309.44º 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 #D67DC8 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 200 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.16 |
| HSL | 309.44º | 0.52% | 0.66% | - |
| HSV(B) | 309.44º | 0.42% | 0.84% | - |
| XYZ | 45.49 | 33.13 | 58.64 | - |
| YUV | 160.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 200 | 0 | 0.42 | 0.07 | 0.16 | 309.44 | 0.52 | 0.66 |
| Hex | D6 | 7D | C8 | 0 | 2A | 7 | 10 | 135 | 34 | 42 |
| Octal | 326 | 175 | 310 | 0 | 52 | 7 | 20 | 465 | 64 | 102 |
| Binary | 11010110 | 1111101 | 11001000 | 0 | 101010 | 111 | 10000 | 100110101 | 110100 | 1000010 |
Color Harmonies of #D67DC8
Complementary color
Monochromatic Colors of #D67DC8
Black with #D67DC8
Text Example
Text Example
White with #D67DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DC8; }
p { color: rgb(214,125,200); }
H1.HeaderClassName
{
color: #D67DC8;
}
.AnyTagClassName
{
color: #D67DC8;
}
</style>
background-color css
<style>
a { background-color: #D67DC8; }
a { background-color: rgb(214,125,200); }
div.DivClassName
{
background-color: #D67DC8;
}
.BgClassName
{
background-color: #D67DC8;
}
</style>
border-color css
<style>
span { border-color: #D67DC8; }
span { border-color: rgb(214,125,200); }
td.TdClassName
{
border-color: #D67DC8;
}
.TagClassName
{
border-color: #D67DC8;
}
</style>