Shades of Orchid #D36BC3
Tints of Orchid #D36BC3
RGB
CMYK
RGB Variations
Color information
#D36BC3 (or 0xD36BC3) is known color: Orchid. HEX triplet: D3, 6B and C3. RGB value is (211,107,195). Sum of RGB (Red+Green+Blue) = 211+107+195=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BC3 is #2C943C. Grayscale: #939393. Windows color (decimal): -2921533 or 12807123. OLE color: 12807123.
HSL color Cylindrical-coordinate representation of color #D36BC3: hue angle of 309.23º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36BC3 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 195 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.17 |
| HSL | 309.23º | 0.54% | 0.62% | - |
| HSV(B) | 309.23º | 0.49% | 0.83% | - |
| XYZ | 41.97 | 28.3 | 54.88 | - |
| YUV | 148.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 195 | 0 | 0.49 | 0.08 | 0.17 | 309.23 | 0.54 | 0.62 |
| Hex | D3 | 6B | C3 | 0 | 31 | 8 | 11 | 135 | 36 | 3E |
| Octal | 323 | 153 | 303 | 0 | 61 | 10 | 21 | 465 | 66 | 76 |
| Binary | 11010011 | 1101011 | 11000011 | 0 | 110001 | 1000 | 10001 | 100110101 | 110110 | 111110 |
Color Harmonies of #D36BC3
Complementary color
Monochromatic Colors of #D36BC3
Black with #D36BC3
Text Example
Text Example
White with #D36BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36BC3; }
p { color: rgb(211,107,195); }
H1.HeaderClassName
{
color: #D36BC3;
}
.AnyTagClassName
{
color: #D36BC3;
}
</style>
background-color css
<style>
a { background-color: #D36BC3; }
a { background-color: rgb(211,107,195); }
div.DivClassName
{
background-color: #D36BC3;
}
.BgClassName
{
background-color: #D36BC3;
}
</style>
border-color css
<style>
span { border-color: #D36BC3; }
span { border-color: rgb(211,107,195); }
td.TdClassName
{
border-color: #D36BC3;
}
.TagClassName
{
border-color: #D36BC3;
}
</style>