Shades of Orchid #D067DD
Tints of Orchid #D067DD
RGB
CMYK
RGB Variations
Color information
#D067DD (or 0xD067DD) is known color: Orchid. HEX triplet: D0, 67 and DD. RGB value is (208,103,221). Sum of RGB (Red+Green+Blue) = 208+103+221=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D067DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067DD is #2F9822. Grayscale: #939393. Windows color (decimal): -3119139 or 14510032. OLE color: 14510032.
HSL color Cylindrical-coordinate representation of color #D067DD: hue angle of 293.39º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D067DD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 103 | 221 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.13 |
| HSL | 293.39º | 0.63% | 0.64% | - |
| HSV(B) | 293.39º | 0.53% | 0.87% | - |
| XYZ | 43.91 | 28.33 | 71.56 | - |
| YUV | 147.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 221 | 0.06 | 0.53 | 0 | 0.13 | 293.39 | 0.63 | 0.64 |
| Hex | D0 | 67 | DD | 6 | 35 | 0 | D | 125 | 3F | 40 |
| Octal | 320 | 147 | 335 | 6 | 65 | 0 | 15 | 445 | 77 | 100 |
| Binary | 11010000 | 1100111 | 11011101 | 110 | 110101 | 0 | 1101 | 100100101 | 111111 | 1000000 |
Color Harmonies of #D067DD
Complementary color
Monochromatic Colors of #D067DD
Black with #D067DD
Text Example
Text Example
White with #D067DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067DD; }
p { color: rgb(208,103,221); }
H1.HeaderClassName
{
color: #D067DD;
}
.AnyTagClassName
{
color: #D067DD;
}
</style>
background-color css
<style>
a { background-color: #D067DD; }
a { background-color: rgb(208,103,221); }
div.DivClassName
{
background-color: #D067DD;
}
.BgClassName
{
background-color: #D067DD;
}
</style>
border-color css
<style>
span { border-color: #D067DD; }
span { border-color: rgb(208,103,221); }
td.TdClassName
{
border-color: #D067DD;
}
.TagClassName
{
border-color: #D067DD;
}
</style>