Shades of Orchid #D668B9
Tints of Orchid #D668B9
RGB
CMYK
RGB Variations
Color information
#D668B9 (or 0xD668B9) is known color: Orchid. HEX triplet: D6, 68 and B9. RGB value is (214,104,185). Sum of RGB (Red+Green+Blue) = 214+104+185=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D668B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668B9 is #299746. Grayscale: #919191. Windows color (decimal): -2725703 or 12150998. OLE color: 12150998.
HSL color Cylindrical-coordinate representation of color #D668B9: hue angle of 315.82º 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 #D668B9 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 185 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.16 |
| HSL | 315.82º | 0.57% | 0.62% | - |
| HSV(B) | 315.82º | 0.51% | 0.84% | - |
| XYZ | 41.44 | 27.7 | 49.06 | - |
| YUV | 146.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 185 | 0 | 0.51 | 0.14 | 0.16 | 315.82 | 0.57 | 0.62 |
| Hex | D6 | 68 | B9 | 0 | 33 | E | 10 | 13C | 39 | 3E |
| Octal | 326 | 150 | 271 | 0 | 63 | 16 | 20 | 474 | 71 | 76 |
| Binary | 11010110 | 1101000 | 10111001 | 0 | 110011 | 1110 | 10000 | 100111100 | 111001 | 111110 |
Color Harmonies of #D668B9
Complementary color
Monochromatic Colors of #D668B9
Black with #D668B9
Text Example
Text Example
White with #D668B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668B9; }
p { color: rgb(214,104,185); }
H1.HeaderClassName
{
color: #D668B9;
}
.AnyTagClassName
{
color: #D668B9;
}
</style>
background-color css
<style>
a { background-color: #D668B9; }
a { background-color: rgb(214,104,185); }
div.DivClassName
{
background-color: #D668B9;
}
.BgClassName
{
background-color: #D668B9;
}
</style>
border-color css
<style>
span { border-color: #D668B9; }
span { border-color: rgb(214,104,185); }
td.TdClassName
{
border-color: #D668B9;
}
.TagClassName
{
border-color: #D668B9;
}
</style>