Shades of Orchid #D362C9
Tints of Orchid #D362C9
RGB
CMYK
RGB Variations
Color information
#D362C9 (or 0xD362C9) is known color: Orchid. HEX triplet: D3, 62 and C9. RGB value is (211,98,201). Sum of RGB (Red+Green+Blue) = 211+98+201=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D362C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362C9 is #2C9D36. Grayscale: #8F8F8F. Windows color (decimal): -2923831 or 13198035. OLE color: 13198035.
HSL color Cylindrical-coordinate representation of color #D362C9: hue angle of 305.31º 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 #D362C9 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 201 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.17 |
| HSL | 305.31º | 0.56% | 0.61% | - |
| HSV(B) | 305.31º | 0.54% | 0.83% | - |
| XYZ | 41.77 | 26.8 | 58.23 | - |
| YUV | 143.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 201 | 0 | 0.54 | 0.05 | 0.17 | 305.31 | 0.56 | 0.61 |
| Hex | D3 | 62 | C9 | 0 | 36 | 5 | 11 | 131 | 38 | 3D |
| Octal | 323 | 142 | 311 | 0 | 66 | 5 | 21 | 461 | 70 | 75 |
| Binary | 11010011 | 1100010 | 11001001 | 0 | 110110 | 101 | 10001 | 100110001 | 111000 | 111101 |
Color Harmonies of #D362C9
Complementary color
Monochromatic Colors of #D362C9
Black with #D362C9
Text Example
Text Example
White with #D362C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362C9; }
p { color: rgb(211,98,201); }
H1.HeaderClassName
{
color: #D362C9;
}
.AnyTagClassName
{
color: #D362C9;
}
</style>
background-color css
<style>
a { background-color: #D362C9; }
a { background-color: rgb(211,98,201); }
div.DivClassName
{
background-color: #D362C9;
}
.BgClassName
{
background-color: #D362C9;
}
</style>
border-color css
<style>
span { border-color: #D362C9; }
span { border-color: rgb(211,98,201); }
td.TdClassName
{
border-color: #D362C9;
}
.TagClassName
{
border-color: #D362C9;
}
</style>