Shades of Orchid #D461C8
Tints of Orchid #D461C8
RGB
CMYK
RGB Variations
Color information
#D461C8 (or 0xD461C8) is known color: Orchid. HEX triplet: D4, 61 and C8. RGB value is (212,97,200). Sum of RGB (Red+Green+Blue) = 212+97+200=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D461C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461C8 is #2B9E37. Grayscale: #8E8E8E. Windows color (decimal): -2858552 or 13132244. OLE color: 13132244.
HSL color Cylindrical-coordinate representation of color #D461C8: hue angle of 306.26º 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 #D461C8 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 200 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.17 |
| HSL | 306.26º | 0.57% | 0.61% | - |
| HSV(B) | 306.26º | 0.54% | 0.83% | - |
| XYZ | 41.85 | 26.72 | 57.59 | - |
| YUV | 143.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 200 | 0 | 0.54 | 0.06 | 0.17 | 306.26 | 0.57 | 0.61 |
| Hex | D4 | 61 | C8 | 0 | 36 | 6 | 11 | 132 | 39 | 3D |
| Octal | 324 | 141 | 310 | 0 | 66 | 6 | 21 | 462 | 71 | 75 |
| Binary | 11010100 | 1100001 | 11001000 | 0 | 110110 | 110 | 10001 | 100110010 | 111001 | 111101 |
Color Harmonies of #D461C8
Complementary color
Monochromatic Colors of #D461C8
Black with #D461C8
Text Example
Text Example
White with #D461C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461C8; }
p { color: rgb(212,97,200); }
H1.HeaderClassName
{
color: #D461C8;
}
.AnyTagClassName
{
color: #D461C8;
}
</style>
background-color css
<style>
a { background-color: #D461C8; }
a { background-color: rgb(212,97,200); }
div.DivClassName
{
background-color: #D461C8;
}
.BgClassName
{
background-color: #D461C8;
}
</style>
border-color css
<style>
span { border-color: #D461C8; }
span { border-color: rgb(212,97,200); }
td.TdClassName
{
border-color: #D461C8;
}
.TagClassName
{
border-color: #D461C8;
}
</style>