Shades of Orchid #D461D6
Tints of Orchid #D461D6
RGB
CMYK
RGB Variations
Color information
#D461D6 (or 0xD461D6) is known color: Orchid. HEX triplet: D4, 61 and D6. RGB value is (212,97,214). Sum of RGB (Red+Green+Blue) = 212+97+214=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #D461D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461D6 is #2B9E29. Grayscale: #909090. Windows color (decimal): -2858538 or 14049748. OLE color: 14049748.
HSL color Cylindrical-coordinate representation of color #D461D6: hue angle of 298.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D461D6 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 97 | 214 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.16 |
| HSL | 298.97º | 0.59% | 0.61% | - |
| HSV(B) | 298.97º | 0.55% | 0.84% | - |
| XYZ | 43.56 | 27.4 | 66.61 | - |
| YUV | 144.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 214 | 0.01 | 0.55 | 0 | 0.16 | 298.97 | 0.59 | 0.61 |
| Hex | D4 | 61 | D6 | 1 | 37 | 0 | 10 | 12B | 3B | 3D |
| Octal | 324 | 141 | 326 | 1 | 67 | 0 | 20 | 453 | 73 | 75 |
| Binary | 11010100 | 1100001 | 11010110 | 1 | 110111 | 0 | 10000 | 100101011 | 111011 | 111101 |
Color Harmonies of #D461D6
Complementary color
Monochromatic Colors of #D461D6
Black with #D461D6
Text Example
Text Example
White with #D461D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461D6; }
p { color: rgb(212,97,214); }
H1.HeaderClassName
{
color: #D461D6;
}
.AnyTagClassName
{
color: #D461D6;
}
</style>
background-color css
<style>
a { background-color: #D461D6; }
a { background-color: rgb(212,97,214); }
div.DivClassName
{
background-color: #D461D6;
}
.BgClassName
{
background-color: #D461D6;
}
</style>
border-color css
<style>
span { border-color: #D461D6; }
span { border-color: rgb(212,97,214); }
td.TdClassName
{
border-color: #D461D6;
}
.TagClassName
{
border-color: #D461D6;
}
</style>