Shades of Orchid #D67FCB
Tints of Orchid #D67FCB
RGB
CMYK
RGB Variations
Color information
#D67FCB (or 0xD67FCB) is known color: Orchid. HEX triplet: D6, 7F and CB. RGB value is (214,127,203). Sum of RGB (Red+Green+Blue) = 214+127+203=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FCB is #298034. Grayscale: #A1A1A1. Windows color (decimal): -2719797 or 13336534. OLE color: 13336534.
HSL color Cylindrical-coordinate representation of color #D67FCB: hue angle of 307.59º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FCB is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 203 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.16 |
| HSL | 307.59º | 0.51% | 0.67% | - |
| HSV(B) | 307.59º | 0.41% | 0.84% | - |
| XYZ | 46.1 | 33.79 | 60.59 | - |
| YUV | 161.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 203 | 0 | 0.41 | 0.05 | 0.16 | 307.59 | 0.51 | 0.67 |
| Hex | D6 | 7F | CB | 0 | 29 | 5 | 10 | 134 | 33 | 43 |
| Octal | 326 | 177 | 313 | 0 | 51 | 5 | 20 | 464 | 63 | 103 |
| Binary | 11010110 | 1111111 | 11001011 | 0 | 101001 | 101 | 10000 | 100110100 | 110011 | 1000011 |
Color Harmonies of #D67FCB
Complementary color
Monochromatic Colors of #D67FCB
Black with #D67FCB
Text Example
Text Example
White with #D67FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67FCB; }
p { color: rgb(214,127,203); }
H1.HeaderClassName
{
color: #D67FCB;
}
.AnyTagClassName
{
color: #D67FCB;
}
</style>
background-color css
<style>
a { background-color: #D67FCB; }
a { background-color: rgb(214,127,203); }
div.DivClassName
{
background-color: #D67FCB;
}
.BgClassName
{
background-color: #D67FCB;
}
</style>
border-color css
<style>
span { border-color: #D67FCB; }
span { border-color: rgb(214,127,203); }
td.TdClassName
{
border-color: #D67FCB;
}
.TagClassName
{
border-color: #D67FCB;
}
</style>