Shades of Orchid #D486CA
Tints of Orchid #D486CA
RGB
CMYK
RGB Variations
Color information
#D486CA (or 0xD486CA) is known color: Orchid. HEX triplet: D4, 86 and CA. RGB value is (212,134,202). Sum of RGB (Red+Green+Blue) = 212+134+202=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D486CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D486CA is #2B7935. Grayscale: #A4A4A4. Windows color (decimal): -2849078 or 13272788. OLE color: 13272788.
HSL color Cylindrical-coordinate representation of color #D486CA: hue angle of 307.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D486CA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 202 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.17 |
| HSL | 307.69º | 0.48% | 0.68% | - |
| HSV(B) | 307.69º | 0.37% | 0.83% | - |
| XYZ | 46.34 | 35.31 | 60.25 | - |
| YUV | 165.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 202 | 0 | 0.37 | 0.05 | 0.17 | 307.69 | 0.48 | 0.68 |
| Hex | D4 | 86 | CA | 0 | 25 | 5 | 11 | 134 | 30 | 44 |
| Octal | 324 | 206 | 312 | 0 | 45 | 5 | 21 | 464 | 60 | 104 |
| Binary | 11010100 | 10000110 | 11001010 | 0 | 100101 | 101 | 10001 | 100110100 | 110000 | 1000100 |
Color Harmonies of #D486CA
Complementary color
Monochromatic Colors of #D486CA
Black with #D486CA
Text Example
Text Example
White with #D486CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486CA; }
p { color: rgb(212,134,202); }
H1.HeaderClassName
{
color: #D486CA;
}
.AnyTagClassName
{
color: #D486CA;
}
</style>
background-color css
<style>
a { background-color: #D486CA; }
a { background-color: rgb(212,134,202); }
div.DivClassName
{
background-color: #D486CA;
}
.BgClassName
{
background-color: #D486CA;
}
</style>
border-color css
<style>
span { border-color: #D486CA; }
span { border-color: rgb(212,134,202); }
td.TdClassName
{
border-color: #D486CA;
}
.TagClassName
{
border-color: #D486CA;
}
</style>