Shades of Orchid #D362D1
Tints of Orchid #D362D1
RGB
CMYK
RGB Variations
Color information
#D362D1 (or 0xD362D1) is known color: Orchid. HEX triplet: D3, 62 and D1. RGB value is (211,98,209). Sum of RGB (Red+Green+Blue) = 211+98+209=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D362D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362D1 is #2C9D2E. Grayscale: #909090. Windows color (decimal): -2923823 or 13722323. OLE color: 13722323.
HSL color Cylindrical-coordinate representation of color #D362D1: hue angle of 301.06º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D362D1 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 209 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.17 |
| HSL | 301.06º | 0.56% | 0.61% | - |
| HSV(B) | 301.06º | 0.54% | 0.83% | - |
| XYZ | 42.74 | 27.19 | 63.32 | - |
| YUV | 144.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 209 | 0 | 0.54 | 0.01 | 0.17 | 301.06 | 0.56 | 0.61 |
| Hex | D3 | 62 | D1 | 0 | 36 | 1 | 11 | 12D | 38 | 3D |
| Octal | 323 | 142 | 321 | 0 | 66 | 1 | 21 | 455 | 70 | 75 |
| Binary | 11010011 | 1100010 | 11010001 | 0 | 110110 | 1 | 10001 | 100101101 | 111000 | 111101 |
Color Harmonies of #D362D1
Complementary color
Monochromatic Colors of #D362D1
Black with #D362D1
Text Example
Text Example
White with #D362D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362D1; }
p { color: rgb(211,98,209); }
H1.HeaderClassName
{
color: #D362D1;
}
.AnyTagClassName
{
color: #D362D1;
}
</style>
background-color css
<style>
a { background-color: #D362D1; }
a { background-color: rgb(211,98,209); }
div.DivClassName
{
background-color: #D362D1;
}
.BgClassName
{
background-color: #D362D1;
}
</style>
border-color css
<style>
span { border-color: #D362D1; }
span { border-color: rgb(211,98,209); }
td.TdClassName
{
border-color: #D362D1;
}
.TagClassName
{
border-color: #D362D1;
}
</style>