Shades of Orchid #D86CCC
Tints of Orchid #D86CCC
RGB
CMYK
RGB Variations
Color information
#D86CCC (or 0xD86CCC) is known color: Orchid. HEX triplet: D8, 6C and CC. RGB value is (216,108,204). Sum of RGB (Red+Green+Blue) = 216+108+204=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CCC is #279333. Grayscale: #969696. Windows color (decimal): -2593588 or 13397208. OLE color: 13397208.
HSL color Cylindrical-coordinate representation of color #D86CCC: hue angle of 306.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CCC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 204 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.15 |
| HSL | 306.67º | 0.58% | 0.64% | - |
| HSV(B) | 306.67º | 0.5% | 0.85% | - |
| XYZ | 44.58 | 29.68 | 60.51 | - |
| YUV | 151.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 204 | 0 | 0.50 | 0.06 | 0.15 | 306.67 | 0.58 | 0.64 |
| Hex | D8 | 6C | CC | 0 | 32 | 6 | F | 133 | 3A | 40 |
| Octal | 330 | 154 | 314 | 0 | 62 | 6 | 17 | 463 | 72 | 100 |
| Binary | 11011000 | 1101100 | 11001100 | 0 | 110010 | 110 | 1111 | 100110011 | 111010 | 1000000 |
Color Harmonies of #D86CCC
Complementary color
Monochromatic Colors of #D86CCC
Black with #D86CCC
Text Example
Text Example
White with #D86CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CCC; }
p { color: rgb(216,108,204); }
H1.HeaderClassName
{
color: #D86CCC;
}
.AnyTagClassName
{
color: #D86CCC;
}
</style>
background-color css
<style>
a { background-color: #D86CCC; }
a { background-color: rgb(216,108,204); }
div.DivClassName
{
background-color: #D86CCC;
}
.BgClassName
{
background-color: #D86CCC;
}
</style>
border-color css
<style>
span { border-color: #D86CCC; }
span { border-color: rgb(216,108,204); }
td.TdClassName
{
border-color: #D86CCC;
}
.TagClassName
{
border-color: #D86CCC;
}
</style>