Shades of Orchid #D362CA
Tints of Orchid #D362CA
RGB
CMYK
RGB Variations
Color information
#D362CA (or 0xD362CA) is known color: Orchid. HEX triplet: D3, 62 and CA. RGB value is (211,98,202). Sum of RGB (Red+Green+Blue) = 211+98+202=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D362CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362CA is #2C9D35. Grayscale: #8F8F8F. Windows color (decimal): -2923830 or 13263571. OLE color: 13263571.
HSL color Cylindrical-coordinate representation of color #D362CA: hue angle of 304.78º 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 #D362CA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 202 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.17 |
| HSL | 304.78º | 0.56% | 0.61% | - |
| HSV(B) | 304.78º | 0.54% | 0.83% | - |
| XYZ | 41.89 | 26.85 | 58.85 | - |
| YUV | 143.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 202 | 0 | 0.54 | 0.04 | 0.17 | 304.78 | 0.56 | 0.61 |
| Hex | D3 | 62 | CA | 0 | 36 | 4 | 11 | 131 | 38 | 3D |
| Octal | 323 | 142 | 312 | 0 | 66 | 4 | 21 | 461 | 70 | 75 |
| Binary | 11010011 | 1100010 | 11001010 | 0 | 110110 | 100 | 10001 | 100110001 | 111000 | 111101 |
Color Harmonies of #D362CA
Complementary color
Monochromatic Colors of #D362CA
Black with #D362CA
Text Example
Text Example
White with #D362CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D362CA; }
p { color: rgb(211,98,202); }
H1.HeaderClassName
{
color: #D362CA;
}
.AnyTagClassName
{
color: #D362CA;
}
</style>
background-color css
<style>
a { background-color: #D362CA; }
a { background-color: rgb(211,98,202); }
div.DivClassName
{
background-color: #D362CA;
}
.BgClassName
{
background-color: #D362CA;
}
</style>
border-color css
<style>
span { border-color: #D362CA; }
span { border-color: rgb(211,98,202); }
td.TdClassName
{
border-color: #D362CA;
}
.TagClassName
{
border-color: #D362CA;
}
</style>