Shades of Orchid #D462C7
Tints of Orchid #D462C7
RGB
CMYK
RGB Variations
Color information
#D462C7 (or 0xD462C7) is known color: Orchid. HEX triplet: D4, 62 and C7. RGB value is (212,98,199). Sum of RGB (Red+Green+Blue) = 212+98+199=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D462C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462C7 is #2B9D38. Grayscale: #8F8F8F. Windows color (decimal): -2858297 or 13066964. OLE color: 13066964.
HSL color Cylindrical-coordinate representation of color #D462C7: hue angle of 306.84º 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 #D462C7 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 199 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.17 |
| HSL | 306.84º | 0.57% | 0.61% | - |
| HSV(B) | 306.84º | 0.54% | 0.83% | - |
| XYZ | 41.83 | 26.86 | 57.01 | - |
| YUV | 143.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 199 | 0 | 0.54 | 0.06 | 0.17 | 306.84 | 0.57 | 0.61 |
| Hex | D4 | 62 | C7 | 0 | 36 | 6 | 11 | 133 | 39 | 3D |
| Octal | 324 | 142 | 307 | 0 | 66 | 6 | 21 | 463 | 71 | 75 |
| Binary | 11010100 | 1100010 | 11000111 | 0 | 110110 | 110 | 10001 | 100110011 | 111001 | 111101 |
Color Harmonies of #D462C7
Complementary color
Monochromatic Colors of #D462C7
Black with #D462C7
Text Example
Text Example
White with #D462C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462C7; }
p { color: rgb(212,98,199); }
H1.HeaderClassName
{
color: #D462C7;
}
.AnyTagClassName
{
color: #D462C7;
}
</style>
background-color css
<style>
a { background-color: #D462C7; }
a { background-color: rgb(212,98,199); }
div.DivClassName
{
background-color: #D462C7;
}
.BgClassName
{
background-color: #D462C7;
}
</style>
border-color css
<style>
span { border-color: #D462C7; }
span { border-color: rgb(212,98,199); }
td.TdClassName
{
border-color: #D462C7;
}
.TagClassName
{
border-color: #D462C7;
}
</style>