Shades of Orchid #D06CC6
Tints of Orchid #D06CC6
RGB
CMYK
RGB Variations
Color information
#D06CC6 (or 0xD06CC6) is known color: Orchid. HEX triplet: D0, 6C and C6. RGB value is (208,108,198). Sum of RGB (Red+Green+Blue) = 208+108+198=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CC6 is #2F9339. Grayscale: #939393. Windows color (decimal): -3117882 or 13003984. OLE color: 13003984.
HSL color Cylindrical-coordinate representation of color #D06CC6: hue angle of 306º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CC6 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 198 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.18 |
| HSL | 306º | 0.52% | 0.62% | - |
| HSV(B) | 306º | 0.48% | 0.82% | - |
| XYZ | 41.57 | 28.21 | 56.68 | - |
| YUV | 148.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 198 | 0 | 0.48 | 0.05 | 0.18 | 306 | 0.52 | 0.62 |
| Hex | D0 | 6C | C6 | 0 | 30 | 5 | 12 | 132 | 34 | 3E |
| Octal | 320 | 154 | 306 | 0 | 60 | 5 | 22 | 462 | 64 | 76 |
| Binary | 11010000 | 1101100 | 11000110 | 0 | 110000 | 101 | 10010 | 100110010 | 110100 | 111110 |
Color Harmonies of #D06CC6
Complementary color
Monochromatic Colors of #D06CC6
Black with #D06CC6
Text Example
Text Example
White with #D06CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CC6; }
p { color: rgb(208,108,198); }
H1.HeaderClassName
{
color: #D06CC6;
}
.AnyTagClassName
{
color: #D06CC6;
}
</style>
background-color css
<style>
a { background-color: #D06CC6; }
a { background-color: rgb(208,108,198); }
div.DivClassName
{
background-color: #D06CC6;
}
.BgClassName
{
background-color: #D06CC6;
}
</style>
border-color css
<style>
span { border-color: #D06CC6; }
span { border-color: rgb(208,108,198); }
td.TdClassName
{
border-color: #D06CC6;
}
.TagClassName
{
border-color: #D06CC6;
}
</style>