Shades of Orchid #D362E6
Tints of Orchid #D362E6
RGB
CMYK
RGB Variations
Color information
#D362E6 (or 0xD362E6) is known color: Orchid. HEX triplet: D3, 62 and E6. RGB value is (211,98,230). Sum of RGB (Red+Green+Blue) = 211+98+230=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 98 (38.67% from 255 or 18.18% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #D362E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D362E6 is #2C9D19. Grayscale: #929292. Windows color (decimal): -2923802 or 15098579. OLE color: 15098579.
HSL color Cylindrical-coordinate representation of color #D362E6: hue angle of 291.36º 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 #D362E6 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 98 | 230 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.10 |
| HSL | 291.36º | 0.73% | 0.64% | - |
| HSV(B) | 291.36º | 0.57% | 0.9% | - |
| XYZ | 45.51 | 28.3 | 77.93 | - |
| YUV | 146.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 230 | 0.08 | 0.57 | 0 | 0.10 | 291.36 | 0.73 | 0.64 |
| Hex | D3 | 62 | E6 | 8 | 39 | 0 | A | 123 | 49 | 40 |
| Octal | 323 | 142 | 346 | 10 | 71 | 0 | 12 | 443 | 111 | 100 |
| Binary | 11010011 | 1100010 | 11100110 | 1000 | 111001 | 0 | 1010 | 100100011 | 1001001 | 1000000 |
Color Harmonies of #D362E6
Complementary color
Monochromatic Colors of #D362E6
Black with #D362E6
Text Example
Text Example
White with #D362E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362E6; }
p { color: rgb(211,98,230); }
H1.HeaderClassName
{
color: #D362E6;
}
.AnyTagClassName
{
color: #D362E6;
}
</style>
background-color css
<style>
a { background-color: #D362E6; }
a { background-color: rgb(211,98,230); }
div.DivClassName
{
background-color: #D362E6;
}
.BgClassName
{
background-color: #D362E6;
}
</style>
border-color css
<style>
span { border-color: #D362E6; }
span { border-color: rgb(211,98,230); }
td.TdClassName
{
border-color: #D362E6;
}
.TagClassName
{
border-color: #D362E6;
}
</style>