Shades of Orchid #D67CC1
Tints of Orchid #D67CC1
RGB
CMYK
RGB Variations
Color information
#D67CC1 (or 0xD67CC1) is known color: Orchid. HEX triplet: D6, 7C and C1. RGB value is (214,124,193). Sum of RGB (Red+Green+Blue) = 214+124+193=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CC1 is #29833E. Grayscale: #9E9E9E. Windows color (decimal): -2720575 or 12680406. OLE color: 12680406.
HSL color Cylindrical-coordinate representation of color #D67CC1: hue angle of 314º 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 #D67CC1 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 193 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.16 |
| HSL | 314º | 0.52% | 0.66% | - |
| HSV(B) | 314º | 0.42% | 0.84% | - |
| XYZ | 44.56 | 32.56 | 54.39 | - |
| YUV | 158.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 193 | 0 | 0.42 | 0.10 | 0.16 | 314 | 0.52 | 0.66 |
| Hex | D6 | 7C | C1 | 0 | 2A | A | 10 | 13A | 34 | 42 |
| Octal | 326 | 174 | 301 | 0 | 52 | 12 | 20 | 472 | 64 | 102 |
| Binary | 11010110 | 1111100 | 11000001 | 0 | 101010 | 1010 | 10000 | 100111010 | 110100 | 1000010 |
Color Harmonies of #D67CC1
Complementary color
Monochromatic Colors of #D67CC1
Black with #D67CC1
Text Example
Text Example
White with #D67CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67CC1; }
p { color: rgb(214,124,193); }
H1.HeaderClassName
{
color: #D67CC1;
}
.AnyTagClassName
{
color: #D67CC1;
}
</style>
background-color css
<style>
a { background-color: #D67CC1; }
a { background-color: rgb(214,124,193); }
div.DivClassName
{
background-color: #D67CC1;
}
.BgClassName
{
background-color: #D67CC1;
}
</style>
border-color css
<style>
span { border-color: #D67CC1; }
span { border-color: rgb(214,124,193); }
td.TdClassName
{
border-color: #D67CC1;
}
.TagClassName
{
border-color: #D67CC1;
}
</style>