Shades of Orchid #D67CC5
Tints of Orchid #D67CC5
RGB
CMYK
RGB Variations
Color information
#D67CC5 (or 0xD67CC5) is known color: Orchid. HEX triplet: D6, 7C and C5. RGB value is (214,124,197). Sum of RGB (Red+Green+Blue) = 214+124+197=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CC5 is #29833A. Grayscale: #9F9F9F. Windows color (decimal): -2720571 or 12942550. OLE color: 12942550.
HSL color Cylindrical-coordinate representation of color #D67CC5: hue angle of 311.33º 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 #D67CC5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 197 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.16 |
| HSL | 311.33º | 0.52% | 0.66% | - |
| HSV(B) | 311.33º | 0.42% | 0.84% | - |
| XYZ | 45.02 | 32.74 | 56.77 | - |
| YUV | 159.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 197 | 0 | 0.42 | 0.08 | 0.16 | 311.33 | 0.52 | 0.66 |
| Hex | D6 | 7C | C5 | 0 | 2A | 8 | 10 | 137 | 34 | 42 |
| Octal | 326 | 174 | 305 | 0 | 52 | 10 | 20 | 467 | 64 | 102 |
| Binary | 11010110 | 1111100 | 11000101 | 0 | 101010 | 1000 | 10000 | 100110111 | 110100 | 1000010 |
Color Harmonies of #D67CC5
Complementary color
Monochromatic Colors of #D67CC5
Black with #D67CC5
Text Example
Text Example
White with #D67CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67CC5; }
p { color: rgb(214,124,197); }
H1.HeaderClassName
{
color: #D67CC5;
}
.AnyTagClassName
{
color: #D67CC5;
}
</style>
background-color css
<style>
a { background-color: #D67CC5; }
a { background-color: rgb(214,124,197); }
div.DivClassName
{
background-color: #D67CC5;
}
.BgClassName
{
background-color: #D67CC5;
}
</style>
border-color css
<style>
span { border-color: #D67CC5; }
span { border-color: rgb(214,124,197); }
td.TdClassName
{
border-color: #D67CC5;
}
.TagClassName
{
border-color: #D67CC5;
}
</style>