Shades of Orchid #D867DA
Tints of Orchid #D867DA
RGB
CMYK
RGB Variations
Color information
#D867DA (or 0xD867DA) is known color: Orchid. HEX triplet: D8, 67 and DA. RGB value is (216,103,218). Sum of RGB (Red+Green+Blue) = 216+103+218=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D867DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867DA is #279825. Grayscale: #959595. Windows color (decimal): -2594854 or 14313432. OLE color: 14313432.
HSL color Cylindrical-coordinate representation of color #D867DA: hue angle of 298.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D867DA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 218 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.15 |
| HSL | 298.96º | 0.61% | 0.63% | - |
| HSV(B) | 298.96º | 0.53% | 0.85% | - |
| XYZ | 45.82 | 29.36 | 69.58 | - |
| YUV | 149.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 218 | 0.01 | 0.53 | 0 | 0.15 | 298.96 | 0.61 | 0.63 |
| Hex | D8 | 67 | DA | 1 | 35 | 0 | F | 12B | 3D | 3F |
| Octal | 330 | 147 | 332 | 1 | 65 | 0 | 17 | 453 | 75 | 77 |
| Binary | 11011000 | 1100111 | 11011010 | 1 | 110101 | 0 | 1111 | 100101011 | 111101 | 111111 |
Color Harmonies of #D867DA
Complementary color
Monochromatic Colors of #D867DA
Black with #D867DA
Text Example
Text Example
White with #D867DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867DA; }
p { color: rgb(216,103,218); }
H1.HeaderClassName
{
color: #D867DA;
}
.AnyTagClassName
{
color: #D867DA;
}
</style>
background-color css
<style>
a { background-color: #D867DA; }
a { background-color: rgb(216,103,218); }
div.DivClassName
{
background-color: #D867DA;
}
.BgClassName
{
background-color: #D867DA;
}
</style>
border-color css
<style>
span { border-color: #D867DA; }
span { border-color: rgb(216,103,218); }
td.TdClassName
{
border-color: #D867DA;
}
.TagClassName
{
border-color: #D867DA;
}
</style>