Shades of Orchid #D067DA
Tints of Orchid #D067DA
RGB
CMYK
RGB Variations
Color information
#D067DA (or 0xD067DA) is known color: Orchid. HEX triplet: D0, 67 and DA. RGB value is (208,103,218). Sum of RGB (Red+Green+Blue) = 208+103+218=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D067DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067DA is #2F9825. Grayscale: #939393. Windows color (decimal): -3119142 or 14313424. OLE color: 14313424.
HSL color Cylindrical-coordinate representation of color #D067DA: hue angle of 294.78º 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 #D067DA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 103 | 218 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.15 |
| HSL | 294.78º | 0.61% | 0.63% | - |
| HSV(B) | 294.78º | 0.53% | 0.85% | - |
| XYZ | 43.52 | 28.17 | 69.47 | - |
| YUV | 147.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 218 | 0.05 | 0.53 | 0 | 0.15 | 294.78 | 0.61 | 0.63 |
| Hex | D0 | 67 | DA | 5 | 35 | 0 | F | 127 | 3D | 3F |
| Octal | 320 | 147 | 332 | 5 | 65 | 0 | 17 | 447 | 75 | 77 |
| Binary | 11010000 | 1100111 | 11011010 | 101 | 110101 | 0 | 1111 | 100100111 | 111101 | 111111 |
Color Harmonies of #D067DA
Complementary color
Monochromatic Colors of #D067DA
Black with #D067DA
Text Example
Text Example
White with #D067DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067DA; }
p { color: rgb(208,103,218); }
H1.HeaderClassName
{
color: #D067DA;
}
.AnyTagClassName
{
color: #D067DA;
}
</style>
background-color css
<style>
a { background-color: #D067DA; }
a { background-color: rgb(208,103,218); }
div.DivClassName
{
background-color: #D067DA;
}
.BgClassName
{
background-color: #D067DA;
}
</style>
border-color css
<style>
span { border-color: #D067DA; }
span { border-color: rgb(208,103,218); }
td.TdClassName
{
border-color: #D067DA;
}
.TagClassName
{
border-color: #D067DA;
}
</style>