Shades of Orchid #D462D0
Tints of Orchid #D462D0
RGB
CMYK
RGB Variations
Color information
#D462D0 (or 0xD462D0) is known color: Orchid. HEX triplet: D4, 62 and D0. RGB value is (212,98,208). Sum of RGB (Red+Green+Blue) = 212+98+208=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D462D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462D0 is #2B9D2F. Grayscale: #909090. Windows color (decimal): -2858288 or 13656788. OLE color: 13656788.
HSL color Cylindrical-coordinate representation of color #D462D0: hue angle of 302.11º degrees, saturation: 0.57, 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 #D462D0 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 208 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.17 |
| HSL | 302.11º | 0.57% | 0.61% | - |
| HSV(B) | 302.11º | 0.54% | 0.83% | - |
| XYZ | 42.9 | 27.29 | 62.68 | - |
| YUV | 144.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 208 | 0 | 0.54 | 0.02 | 0.17 | 302.11 | 0.57 | 0.61 |
| Hex | D4 | 62 | D0 | 0 | 36 | 2 | 11 | 12E | 39 | 3D |
| Octal | 324 | 142 | 320 | 0 | 66 | 2 | 21 | 456 | 71 | 75 |
| Binary | 11010100 | 1100010 | 11010000 | 0 | 110110 | 10 | 10001 | 100101110 | 111001 | 111101 |
Color Harmonies of #D462D0
Complementary color
Monochromatic Colors of #D462D0
Black with #D462D0
Text Example
Text Example
White with #D462D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462D0; }
p { color: rgb(212,98,208); }
H1.HeaderClassName
{
color: #D462D0;
}
.AnyTagClassName
{
color: #D462D0;
}
</style>
background-color css
<style>
a { background-color: #D462D0; }
a { background-color: rgb(212,98,208); }
div.DivClassName
{
background-color: #D462D0;
}
.BgClassName
{
background-color: #D462D0;
}
</style>
border-color css
<style>
span { border-color: #D462D0; }
span { border-color: rgb(212,98,208); }
td.TdClassName
{
border-color: #D462D0;
}
.TagClassName
{
border-color: #D462D0;
}
</style>