Shades of Orchid #D06BC3
Tints of Orchid #D06BC3
RGB
CMYK
RGB Variations
Color information
#D06BC3 (or 0xD06BC3) is known color: Orchid. HEX triplet: D0, 6B and C3. RGB value is (208,107,195). Sum of RGB (Red+Green+Blue) = 208+107+195=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BC3 is #2F943C. Grayscale: #929292. Windows color (decimal): -3118141 or 12807120. OLE color: 12807120.
HSL color Cylindrical-coordinate representation of color #D06BC3: hue angle of 307.72º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06BC3 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 195 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.18 |
| HSL | 307.72º | 0.52% | 0.62% | - |
| HSV(B) | 307.72º | 0.49% | 0.82% | - |
| XYZ | 41.12 | 27.87 | 54.84 | - |
| YUV | 147.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 195 | 0 | 0.49 | 0.06 | 0.18 | 307.72 | 0.52 | 0.62 |
| Hex | D0 | 6B | C3 | 0 | 31 | 6 | 12 | 134 | 34 | 3E |
| Octal | 320 | 153 | 303 | 0 | 61 | 6 | 22 | 464 | 64 | 76 |
| Binary | 11010000 | 1101011 | 11000011 | 0 | 110001 | 110 | 10010 | 100110100 | 110100 | 111110 |
Color Harmonies of #D06BC3
Complementary color
Monochromatic Colors of #D06BC3
Black with #D06BC3
Text Example
Text Example
White with #D06BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BC3; }
p { color: rgb(208,107,195); }
H1.HeaderClassName
{
color: #D06BC3;
}
.AnyTagClassName
{
color: #D06BC3;
}
</style>
background-color css
<style>
a { background-color: #D06BC3; }
a { background-color: rgb(208,107,195); }
div.DivClassName
{
background-color: #D06BC3;
}
.BgClassName
{
background-color: #D06BC3;
}
</style>
border-color css
<style>
span { border-color: #D06BC3; }
span { border-color: rgb(208,107,195); }
td.TdClassName
{
border-color: #D06BC3;
}
.TagClassName
{
border-color: #D06BC3;
}
</style>