Shades of Orchid #D662D0
Tints of Orchid #D662D0
RGB
CMYK
RGB Variations
Color information
#D662D0 (or 0xD662D0) is known color: Orchid. HEX triplet: D6, 62 and D0. RGB value is (214,98,208). Sum of RGB (Red+Green+Blue) = 214+98+208=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D662D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662D0 is #299D2F. Grayscale: #909090. Windows color (decimal): -2727216 or 13656790. OLE color: 13656790.
HSL color Cylindrical-coordinate representation of color #D662D0: hue angle of 303.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662D0 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 208 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.16 |
| HSL | 303.1º | 0.59% | 0.61% | - |
| HSV(B) | 303.1º | 0.54% | 0.84% | - |
| XYZ | 43.48 | 27.59 | 62.71 | - |
| YUV | 145.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 208 | 0 | 0.54 | 0.03 | 0.16 | 303.1 | 0.59 | 0.61 |
| Hex | D6 | 62 | D0 | 0 | 36 | 3 | 10 | 12F | 3B | 3D |
| Octal | 326 | 142 | 320 | 0 | 66 | 3 | 20 | 457 | 73 | 75 |
| Binary | 11010110 | 1100010 | 11010000 | 0 | 110110 | 11 | 10000 | 100101111 | 111011 | 111101 |
Color Harmonies of #D662D0
Complementary color
Monochromatic Colors of #D662D0
Black with #D662D0
Text Example
Text Example
White with #D662D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662D0; }
p { color: rgb(214,98,208); }
H1.HeaderClassName
{
color: #D662D0;
}
.AnyTagClassName
{
color: #D662D0;
}
</style>
background-color css
<style>
a { background-color: #D662D0; }
a { background-color: rgb(214,98,208); }
div.DivClassName
{
background-color: #D662D0;
}
.BgClassName
{
background-color: #D662D0;
}
</style>
border-color css
<style>
span { border-color: #D662D0; }
span { border-color: rgb(214,98,208); }
td.TdClassName
{
border-color: #D662D0;
}
.TagClassName
{
border-color: #D662D0;
}
</style>