Shades of Orchid #D668C0
Tints of Orchid #D668C0
RGB
CMYK
RGB Variations
Color information
#D668C0 (or 0xD668C0) is known color: Orchid. HEX triplet: D6, 68 and C0. RGB value is (214,104,192). Sum of RGB (Red+Green+Blue) = 214+104+192=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D668C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668C0 is #29973F. Grayscale: #929292. Windows color (decimal): -2725696 or 12609750. OLE color: 12609750.
HSL color Cylindrical-coordinate representation of color #D668C0: hue angle of 312º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D668C0 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 192 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.16 |
| HSL | 312º | 0.57% | 0.62% | - |
| HSV(B) | 312º | 0.51% | 0.84% | - |
| XYZ | 42.2 | 28 | 53.05 | - |
| YUV | 146.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 192 | 0 | 0.51 | 0.10 | 0.16 | 312 | 0.57 | 0.62 |
| Hex | D6 | 68 | C0 | 0 | 33 | A | 10 | 138 | 39 | 3E |
| Octal | 326 | 150 | 300 | 0 | 63 | 12 | 20 | 470 | 71 | 76 |
| Binary | 11010110 | 1101000 | 11000000 | 0 | 110011 | 1010 | 10000 | 100111000 | 111001 | 111110 |
Color Harmonies of #D668C0
Complementary color
Monochromatic Colors of #D668C0
Black with #D668C0
Text Example
Text Example
White with #D668C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668C0; }
p { color: rgb(214,104,192); }
H1.HeaderClassName
{
color: #D668C0;
}
.AnyTagClassName
{
color: #D668C0;
}
</style>
background-color css
<style>
a { background-color: #D668C0; }
a { background-color: rgb(214,104,192); }
div.DivClassName
{
background-color: #D668C0;
}
.BgClassName
{
background-color: #D668C0;
}
</style>
border-color css
<style>
span { border-color: #D668C0; }
span { border-color: rgb(214,104,192); }
td.TdClassName
{
border-color: #D668C0;
}
.TagClassName
{
border-color: #D668C0;
}
</style>