Shades of Orchid #D482D6
Tints of Orchid #D482D6
RGB
CMYK
RGB Variations
Color information
#D482D6 (or 0xD482D6) is known color: Orchid. HEX triplet: D4, 82 and D6. RGB value is (212,130,214). Sum of RGB (Red+Green+Blue) = 212+130+214=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #D482D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D482D6 is #2B7D29. Grayscale: #A3A3A3. Windows color (decimal): -2850090 or 14058196. OLE color: 14058196.
HSL color Cylindrical-coordinate representation of color #D482D6: hue angle of 298.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D482D6 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 130 | 214 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.16 |
| HSL | 298.57º | 0.51% | 0.67% | - |
| HSV(B) | 298.57º | 0.39% | 0.84% | - |
| XYZ | 47.27 | 34.82 | 67.85 | - |
| YUV | 164.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 214 | 0.01 | 0.39 | 0 | 0.16 | 298.57 | 0.51 | 0.67 |
| Hex | D4 | 82 | D6 | 1 | 27 | 0 | 10 | 12B | 33 | 43 |
| Octal | 324 | 202 | 326 | 1 | 47 | 0 | 20 | 453 | 63 | 103 |
| Binary | 11010100 | 10000010 | 11010110 | 1 | 100111 | 0 | 10000 | 100101011 | 110011 | 1000011 |
Color Harmonies of #D482D6
Complementary color
Monochromatic Colors of #D482D6
Black with #D482D6
Text Example
Text Example
White with #D482D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D482D6; }
p { color: rgb(212,130,214); }
H1.HeaderClassName
{
color: #D482D6;
}
.AnyTagClassName
{
color: #D482D6;
}
</style>
background-color css
<style>
a { background-color: #D482D6; }
a { background-color: rgb(212,130,214); }
div.DivClassName
{
background-color: #D482D6;
}
.BgClassName
{
background-color: #D482D6;
}
</style>
border-color css
<style>
span { border-color: #D482D6; }
span { border-color: rgb(212,130,214); }
td.TdClassName
{
border-color: #D482D6;
}
.TagClassName
{
border-color: #D482D6;
}
</style>