Shades of Orchid #D867B6
Tints of Orchid #D867B6
RGB
CMYK
RGB Variations
Color information
#D867B6 (or 0xD867B6) is known color: Orchid. HEX triplet: D8, 67 and B6. RGB value is (216,103,182). Sum of RGB (Red+Green+Blue) = 216+103+182=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D867B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867B6 is #279849. Grayscale: #919191. Windows color (decimal): -2594890 or 11954136. OLE color: 11954136.
HSL color Cylindrical-coordinate representation of color #D867B6: hue angle of 318.05º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D867B6 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 182 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.15 |
| HSL | 318.05º | 0.59% | 0.63% | - |
| HSV(B) | 318.05º | 0.52% | 0.85% | - |
| XYZ | 41.61 | 27.68 | 47.4 | - |
| YUV | 145.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 182 | 0 | 0.52 | 0.16 | 0.15 | 318.05 | 0.59 | 0.63 |
| Hex | D8 | 67 | B6 | 0 | 34 | 10 | F | 13E | 3B | 3F |
| Octal | 330 | 147 | 266 | 0 | 64 | 20 | 17 | 476 | 73 | 77 |
| Binary | 11011000 | 1100111 | 10110110 | 0 | 110100 | 10000 | 1111 | 100111110 | 111011 | 111111 |
Color Harmonies of #D867B6
Complementary color
Monochromatic Colors of #D867B6
Black with #D867B6
Text Example
Text Example
White with #D867B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867B6; }
p { color: rgb(216,103,182); }
H1.HeaderClassName
{
color: #D867B6;
}
.AnyTagClassName
{
color: #D867B6;
}
</style>
background-color css
<style>
a { background-color: #D867B6; }
a { background-color: rgb(216,103,182); }
div.DivClassName
{
background-color: #D867B6;
}
.BgClassName
{
background-color: #D867B6;
}
</style>
border-color css
<style>
span { border-color: #D867B6; }
span { border-color: rgb(216,103,182); }
td.TdClassName
{
border-color: #D867B6;
}
.TagClassName
{
border-color: #D867B6;
}
</style>