Shades of Orchid #D06CDF
Tints of Orchid #D06CDF
RGB
CMYK
RGB Variations
Color information
#D06CDF (or 0xD06CDF) is known color: Orchid. HEX triplet: D0, 6C and DF. RGB value is (208,108,223). Sum of RGB (Red+Green+Blue) = 208+108+223=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D06CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CDF is #2F9320. Grayscale: #969696. Windows color (decimal): -3117857 or 14642384. OLE color: 14642384.
HSL color Cylindrical-coordinate representation of color #D06CDF: hue angle of 292.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06CDF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 108 | 223 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.13 |
| HSL | 292.17º | 0.64% | 0.65% | - |
| HSV(B) | 292.17º | 0.52% | 0.87% | - |
| XYZ | 44.69 | 29.46 | 73.14 | - |
| YUV | 151.01 | 168.63 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 223 | 0.07 | 0.52 | 0 | 0.13 | 292.17 | 0.64 | 0.65 |
| Hex | D0 | 6C | DF | 7 | 34 | 0 | D | 124 | 40 | 41 |
| Octal | 320 | 154 | 337 | 7 | 64 | 0 | 15 | 444 | 100 | 101 |
| Binary | 11010000 | 1101100 | 11011111 | 111 | 110100 | 0 | 1101 | 100100100 | 1000000 | 1000001 |
Color Harmonies of #D06CDF
Complementary color
Monochromatic Colors of #D06CDF
Black with #D06CDF
Text Example
Text Example
White with #D06CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CDF; }
p { color: rgb(208,108,223); }
H1.HeaderClassName
{
color: #D06CDF;
}
.AnyTagClassName
{
color: #D06CDF;
}
</style>
background-color css
<style>
a { background-color: #D06CDF; }
a { background-color: rgb(208,108,223); }
div.DivClassName
{
background-color: #D06CDF;
}
.BgClassName
{
background-color: #D06CDF;
}
</style>
border-color css
<style>
span { border-color: #D06CDF; }
span { border-color: rgb(208,108,223); }
td.TdClassName
{
border-color: #D06CDF;
}
.TagClassName
{
border-color: #D06CDF;
}
</style>