Shades of Orchid #D67CCD
Tints of Orchid #D67CCD
RGB
CMYK
RGB Variations
Color information
#D67CCD (or 0xD67CCD) is known color: Orchid. HEX triplet: D6, 7C and CD. RGB value is (214,124,205). Sum of RGB (Red+Green+Blue) = 214+124+205=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CCD is #298332. Grayscale: #9F9F9F. Windows color (decimal): -2720563 or 13466838. OLE color: 13466838.
HSL color Cylindrical-coordinate representation of color #D67CCD: hue angle of 306º 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 #D67CCD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 205 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.16 |
| HSL | 306º | 0.52% | 0.66% | - |
| HSV(B) | 306º | 0.42% | 0.84% | - |
| XYZ | 45.96 | 33.12 | 61.73 | - |
| YUV | 160.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 205 | 0 | 0.42 | 0.04 | 0.16 | 306 | 0.52 | 0.66 |
| Hex | D6 | 7C | CD | 0 | 2A | 4 | 10 | 132 | 34 | 42 |
| Octal | 326 | 174 | 315 | 0 | 52 | 4 | 20 | 462 | 64 | 102 |
| Binary | 11010110 | 1111100 | 11001101 | 0 | 101010 | 100 | 10000 | 100110010 | 110100 | 1000010 |
Color Harmonies of #D67CCD
Complementary color
Monochromatic Colors of #D67CCD
Black with #D67CCD
Text Example
Text Example
White with #D67CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67CCD; }
p { color: rgb(214,124,205); }
H1.HeaderClassName
{
color: #D67CCD;
}
.AnyTagClassName
{
color: #D67CCD;
}
</style>
background-color css
<style>
a { background-color: #D67CCD; }
a { background-color: rgb(214,124,205); }
div.DivClassName
{
background-color: #D67CCD;
}
.BgClassName
{
background-color: #D67CCD;
}
</style>
border-color css
<style>
span { border-color: #D67CCD; }
span { border-color: rgb(214,124,205); }
td.TdClassName
{
border-color: #D67CCD;
}
.TagClassName
{
border-color: #D67CCD;
}
</style>