Shades of Orchid #D762E6
Tints of Orchid #D762E6
RGB
CMYK
RGB Variations
Color information
#D762E6 (or 0xD762E6) is known color: Orchid. HEX triplet: D7, 62 and E6. RGB value is (215,98,230). Sum of RGB (Red+Green+Blue) = 215+98+230=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #D762E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762E6 is #289D19. Grayscale: #939393. Windows color (decimal): -2661658 or 15098583. OLE color: 15098583.
HSL color Cylindrical-coordinate representation of color #D762E6: hue angle of 293.18º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D762E6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 98 | 230 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.10 |
| HSL | 293.18º | 0.73% | 0.64% | - |
| HSV(B) | 293.18º | 0.57% | 0.9% | - |
| XYZ | 46.67 | 28.9 | 77.98 | - |
| YUV | 148.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 230 | 0.07 | 0.57 | 0 | 0.10 | 293.18 | 0.73 | 0.64 |
| Hex | D7 | 62 | E6 | 7 | 39 | 0 | A | 125 | 49 | 40 |
| Octal | 327 | 142 | 346 | 7 | 71 | 0 | 12 | 445 | 111 | 100 |
| Binary | 11010111 | 1100010 | 11100110 | 111 | 111001 | 0 | 1010 | 100100101 | 1001001 | 1000000 |
Color Harmonies of #D762E6
Complementary color
Monochromatic Colors of #D762E6
Black with #D762E6
Text Example
Text Example
White with #D762E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762E6; }
p { color: rgb(215,98,230); }
H1.HeaderClassName
{
color: #D762E6;
}
.AnyTagClassName
{
color: #D762E6;
}
</style>
background-color css
<style>
a { background-color: #D762E6; }
a { background-color: rgb(215,98,230); }
div.DivClassName
{
background-color: #D762E6;
}
.BgClassName
{
background-color: #D762E6;
}
</style>
border-color css
<style>
span { border-color: #D762E6; }
span { border-color: rgb(215,98,230); }
td.TdClassName
{
border-color: #D762E6;
}
.TagClassName
{
border-color: #D762E6;
}
</style>