Shades of Orchid #D06CDA
Tints of Orchid #D06CDA
RGB
CMYK
RGB Variations
Color information
#D06CDA (or 0xD06CDA) is known color: Orchid. HEX triplet: D0, 6C and DA. RGB value is (208,108,218). Sum of RGB (Red+Green+Blue) = 208+108+218=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #D06CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CDA is #2F9325. Grayscale: #969696. Windows color (decimal): -3117862 or 14314704. OLE color: 14314704.
HSL color Cylindrical-coordinate representation of color #D06CDA: hue angle of 294.55º degrees, saturation: 0.6, 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 #D06CDA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 108 | 218 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.15 |
| HSL | 294.55º | 0.6% | 0.64% | - |
| HSV(B) | 294.55º | 0.5% | 0.85% | - |
| XYZ | 44.03 | 29.2 | 69.64 | - |
| YUV | 150.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 218 | 0.05 | 0.50 | 0 | 0.15 | 294.55 | 0.6 | 0.64 |
| Hex | D0 | 6C | DA | 5 | 32 | 0 | F | 127 | 3C | 40 |
| Octal | 320 | 154 | 332 | 5 | 62 | 0 | 17 | 447 | 74 | 100 |
| Binary | 11010000 | 1101100 | 11011010 | 101 | 110010 | 0 | 1111 | 100100111 | 111100 | 1000000 |
Color Harmonies of #D06CDA
Complementary color
Monochromatic Colors of #D06CDA
Black with #D06CDA
Text Example
Text Example
White with #D06CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CDA; }
p { color: rgb(208,108,218); }
H1.HeaderClassName
{
color: #D06CDA;
}
.AnyTagClassName
{
color: #D06CDA;
}
</style>
background-color css
<style>
a { background-color: #D06CDA; }
a { background-color: rgb(208,108,218); }
div.DivClassName
{
background-color: #D06CDA;
}
.BgClassName
{
background-color: #D06CDA;
}
</style>
border-color css
<style>
span { border-color: #D06CDA; }
span { border-color: rgb(208,108,218); }
td.TdClassName
{
border-color: #D06CDA;
}
.TagClassName
{
border-color: #D06CDA;
}
</style>