Shades of Orchid #D762C5
Tints of Orchid #D762C5
RGB
CMYK
RGB Variations
Color information
#D762C5 (or 0xD762C5) is known color: Orchid. HEX triplet: D7, 62 and C5. RGB value is (215,98,197). Sum of RGB (Red+Green+Blue) = 215+98+197=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D762C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762C5 is #289D3A. Grayscale: #8F8F8F. Windows color (decimal): -2661691 or 12935895. OLE color: 12935895.
HSL color Cylindrical-coordinate representation of color #D762C5: hue angle of 309.23º 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 #D762C5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 197 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.16 |
| HSL | 309.23º | 0.59% | 0.61% | - |
| HSV(B) | 309.23º | 0.54% | 0.84% | - |
| XYZ | 42.47 | 27.21 | 55.84 | - |
| YUV | 144.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 197 | 0 | 0.54 | 0.08 | 0.16 | 309.23 | 0.59 | 0.61 |
| Hex | D7 | 62 | C5 | 0 | 36 | 8 | 10 | 135 | 3B | 3D |
| Octal | 327 | 142 | 305 | 0 | 66 | 10 | 20 | 465 | 73 | 75 |
| Binary | 11010111 | 1100010 | 11000101 | 0 | 110110 | 1000 | 10000 | 100110101 | 111011 | 111101 |
Color Harmonies of #D762C5
Complementary color
Monochromatic Colors of #D762C5
Black with #D762C5
Text Example
Text Example
White with #D762C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762C5; }
p { color: rgb(215,98,197); }
H1.HeaderClassName
{
color: #D762C5;
}
.AnyTagClassName
{
color: #D762C5;
}
</style>
background-color css
<style>
a { background-color: #D762C5; }
a { background-color: rgb(215,98,197); }
div.DivClassName
{
background-color: #D762C5;
}
.BgClassName
{
background-color: #D762C5;
}
</style>
border-color css
<style>
span { border-color: #D762C5; }
span { border-color: rgb(215,98,197); }
td.TdClassName
{
border-color: #D762C5;
}
.TagClassName
{
border-color: #D762C5;
}
</style>