Shades of Orchid #D668D0
Tints of Orchid #D668D0
RGB
CMYK
RGB Variations
Color information
#D668D0 (or 0xD668D0) is known color: Orchid. HEX triplet: D6, 68 and D0. RGB value is (214,104,208). Sum of RGB (Red+Green+Blue) = 214+104+208=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D668D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668D0 is #29972F. Grayscale: #949494. Windows color (decimal): -2725680 or 13658326. OLE color: 13658326.
HSL color Cylindrical-coordinate representation of color #D668D0: hue angle of 303.27º 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 #D668D0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 208 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.16 |
| HSL | 303.27º | 0.57% | 0.62% | - |
| HSV(B) | 303.27º | 0.51% | 0.84% | - |
| XYZ | 44.07 | 28.75 | 62.9 | - |
| YUV | 148.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 208 | 0 | 0.51 | 0.03 | 0.16 | 303.27 | 0.57 | 0.62 |
| Hex | D6 | 68 | D0 | 0 | 33 | 3 | 10 | 12F | 39 | 3E |
| Octal | 326 | 150 | 320 | 0 | 63 | 3 | 20 | 457 | 71 | 76 |
| Binary | 11010110 | 1101000 | 11010000 | 0 | 110011 | 11 | 10000 | 100101111 | 111001 | 111110 |
Color Harmonies of #D668D0
Complementary color
Monochromatic Colors of #D668D0
Black with #D668D0
Text Example
Text Example
White with #D668D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668D0; }
p { color: rgb(214,104,208); }
H1.HeaderClassName
{
color: #D668D0;
}
.AnyTagClassName
{
color: #D668D0;
}
</style>
background-color css
<style>
a { background-color: #D668D0; }
a { background-color: rgb(214,104,208); }
div.DivClassName
{
background-color: #D668D0;
}
.BgClassName
{
background-color: #D668D0;
}
</style>
border-color css
<style>
span { border-color: #D668D0; }
span { border-color: rgb(214,104,208); }
td.TdClassName
{
border-color: #D668D0;
}
.TagClassName
{
border-color: #D668D0;
}
</style>