Shades of Orchid #D863C2
Tints of Orchid #D863C2
RGB
CMYK
RGB Variations
Color information
#D863C2 (or 0xD863C2) is known color: Orchid. HEX triplet: D8, 63 and C2. RGB value is (216,99,194). Sum of RGB (Red+Green+Blue) = 216+99+194=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D863C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863C2 is #279C3D. Grayscale: #909090. Windows color (decimal): -2595902 or 12739544. OLE color: 12739544.
HSL color Cylindrical-coordinate representation of color #D863C2: hue angle of 311.28º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863C2 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 194 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.15 |
| HSL | 311.28º | 0.6% | 0.62% | - |
| HSV(B) | 311.28º | 0.54% | 0.85% | - |
| XYZ | 42.52 | 27.42 | 54.09 | - |
| YUV | 144.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 194 | 0 | 0.54 | 0.10 | 0.15 | 311.28 | 0.6 | 0.62 |
| Hex | D8 | 63 | C2 | 0 | 36 | A | F | 137 | 3C | 3E |
| Octal | 330 | 143 | 302 | 0 | 66 | 12 | 17 | 467 | 74 | 76 |
| Binary | 11011000 | 1100011 | 11000010 | 0 | 110110 | 1010 | 1111 | 100110111 | 111100 | 111110 |
Color Harmonies of #D863C2
Complementary color
Monochromatic Colors of #D863C2
Black with #D863C2
Text Example
Text Example
White with #D863C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863C2; }
p { color: rgb(216,99,194); }
H1.HeaderClassName
{
color: #D863C2;
}
.AnyTagClassName
{
color: #D863C2;
}
</style>
background-color css
<style>
a { background-color: #D863C2; }
a { background-color: rgb(216,99,194); }
div.DivClassName
{
background-color: #D863C2;
}
.BgClassName
{
background-color: #D863C2;
}
</style>
border-color css
<style>
span { border-color: #D863C2; }
span { border-color: rgb(216,99,194); }
td.TdClassName
{
border-color: #D863C2;
}
.TagClassName
{
border-color: #D863C2;
}
</style>