Shades of Orchid #D762C8
Tints of Orchid #D762C8
RGB
CMYK
RGB Variations
Color information
#D762C8 (or 0xD762C8) is known color: Orchid. HEX triplet: D7, 62 and C8. RGB value is (215,98,200). Sum of RGB (Red+Green+Blue) = 215+98+200=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D762C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762C8 is #289D37. Grayscale: #909090. Windows color (decimal): -2661688 or 13132503. OLE color: 13132503.
HSL color Cylindrical-coordinate representation of color #D762C8: hue angle of 307.69º 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 #D762C8 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 200 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.16 |
| HSL | 307.69º | 0.59% | 0.61% | - |
| HSV(B) | 307.69º | 0.54% | 0.84% | - |
| XYZ | 42.82 | 27.35 | 57.67 | - |
| YUV | 144.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 200 | 0 | 0.54 | 0.07 | 0.16 | 307.69 | 0.59 | 0.61 |
| Hex | D7 | 62 | C8 | 0 | 36 | 7 | 10 | 134 | 3B | 3D |
| Octal | 327 | 142 | 310 | 0 | 66 | 7 | 20 | 464 | 73 | 75 |
| Binary | 11010111 | 1100010 | 11001000 | 0 | 110110 | 111 | 10000 | 100110100 | 111011 | 111101 |
Color Harmonies of #D762C8
Complementary color
Monochromatic Colors of #D762C8
Black with #D762C8
Text Example
Text Example
White with #D762C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762C8; }
p { color: rgb(215,98,200); }
H1.HeaderClassName
{
color: #D762C8;
}
.AnyTagClassName
{
color: #D762C8;
}
</style>
background-color css
<style>
a { background-color: #D762C8; }
a { background-color: rgb(215,98,200); }
div.DivClassName
{
background-color: #D762C8;
}
.BgClassName
{
background-color: #D762C8;
}
</style>
border-color css
<style>
span { border-color: #D762C8; }
span { border-color: rgb(215,98,200); }
td.TdClassName
{
border-color: #D762C8;
}
.TagClassName
{
border-color: #D762C8;
}
</style>