Shades of Orchid #D462C8
Tints of Orchid #D462C8
RGB
CMYK
RGB Variations
Color information
#D462C8 (or 0xD462C8) is known color: Orchid. HEX triplet: D4, 62 and C8. RGB value is (212,98,200). Sum of RGB (Red+Green+Blue) = 212+98+200=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D462C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462C8 is #2B9D37. Grayscale: #8F8F8F. Windows color (decimal): -2858296 or 13132500. OLE color: 13132500.
HSL color Cylindrical-coordinate representation of color #D462C8: hue angle of 306.32º 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 #D462C8 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 200 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.17 |
| HSL | 306.32º | 0.57% | 0.61% | - |
| HSV(B) | 306.32º | 0.54% | 0.83% | - |
| XYZ | 41.94 | 26.9 | 57.63 | - |
| YUV | 143.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 200 | 0 | 0.54 | 0.06 | 0.17 | 306.32 | 0.57 | 0.61 |
| Hex | D4 | 62 | C8 | 0 | 36 | 6 | 11 | 132 | 39 | 3D |
| Octal | 324 | 142 | 310 | 0 | 66 | 6 | 21 | 462 | 71 | 75 |
| Binary | 11010100 | 1100010 | 11001000 | 0 | 110110 | 110 | 10001 | 100110010 | 111001 | 111101 |
Color Harmonies of #D462C8
Complementary color
Monochromatic Colors of #D462C8
Black with #D462C8
Text Example
Text Example
White with #D462C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462C8; }
p { color: rgb(212,98,200); }
H1.HeaderClassName
{
color: #D462C8;
}
.AnyTagClassName
{
color: #D462C8;
}
</style>
background-color css
<style>
a { background-color: #D462C8; }
a { background-color: rgb(212,98,200); }
div.DivClassName
{
background-color: #D462C8;
}
.BgClassName
{
background-color: #D462C8;
}
</style>
border-color css
<style>
span { border-color: #D462C8; }
span { border-color: rgb(212,98,200); }
td.TdClassName
{
border-color: #D462C8;
}
.TagClassName
{
border-color: #D462C8;
}
</style>