Shades of Orchid #D762D0
Tints of Orchid #D762D0
RGB
CMYK
RGB Variations
Color information
#D762D0 (or 0xD762D0) is known color: Orchid. HEX triplet: D7, 62 and D0. RGB value is (215,98,208). Sum of RGB (Red+Green+Blue) = 215+98+208=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D762D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762D0 is #289D2F. Grayscale: #919191. Windows color (decimal): -2661680 or 13656791. OLE color: 13656791.
HSL color Cylindrical-coordinate representation of color #D762D0: hue angle of 303.59º 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 #D762D0 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 208 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.16 |
| HSL | 303.59º | 0.59% | 0.61% | - |
| HSV(B) | 303.59º | 0.54% | 0.84% | - |
| XYZ | 43.78 | 27.74 | 62.72 | - |
| YUV | 145.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 208 | 0 | 0.54 | 0.03 | 0.16 | 303.59 | 0.59 | 0.61 |
| Hex | D7 | 62 | D0 | 0 | 36 | 3 | 10 | 130 | 3B | 3D |
| Octal | 327 | 142 | 320 | 0 | 66 | 3 | 20 | 460 | 73 | 75 |
| Binary | 11010111 | 1100010 | 11010000 | 0 | 110110 | 11 | 10000 | 100110000 | 111011 | 111101 |
Color Harmonies of #D762D0
Complementary color
Monochromatic Colors of #D762D0
Black with #D762D0
Text Example
Text Example
White with #D762D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762D0; }
p { color: rgb(215,98,208); }
H1.HeaderClassName
{
color: #D762D0;
}
.AnyTagClassName
{
color: #D762D0;
}
</style>
background-color css
<style>
a { background-color: #D762D0; }
a { background-color: rgb(215,98,208); }
div.DivClassName
{
background-color: #D762D0;
}
.BgClassName
{
background-color: #D762D0;
}
</style>
border-color css
<style>
span { border-color: #D762D0; }
span { border-color: rgb(215,98,208); }
td.TdClassName
{
border-color: #D762D0;
}
.TagClassName
{
border-color: #D762D0;
}
</style>