Shades of Orchid #D06BCF
Tints of Orchid #D06BCF
RGB
CMYK
RGB Variations
Color information
#D06BCF (or 0xD06BCF) is known color: Orchid. HEX triplet: D0, 6B and CF. RGB value is (208,107,207). Sum of RGB (Red+Green+Blue) = 208+107+207=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BCF is #2F9430. Grayscale: #949494. Windows color (decimal): -3118129 or 13593552. OLE color: 13593552.
HSL color Cylindrical-coordinate representation of color #D06BCF: hue angle of 300.59º 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 #D06BCF is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 207 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.18 |
| HSL | 300.59º | 0.52% | 0.62% | - |
| HSV(B) | 300.59º | 0.49% | 0.82% | - |
| XYZ | 42.53 | 28.43 | 62.28 | - |
| YUV | 148.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 207 | 0 | 0.49 | 0.00 | 0.18 | 300.59 | 0.52 | 0.62 |
| Hex | D0 | 6B | CF | 0 | 31 | 0 | 12 | 12D | 34 | 3E |
| Octal | 320 | 153 | 317 | 0 | 61 | 0 | 22 | 455 | 64 | 76 |
| Binary | 11010000 | 1101011 | 11001111 | 0 | 110001 | 0 | 10010 | 100101101 | 110100 | 111110 |
Color Harmonies of #D06BCF
Complementary color
Monochromatic Colors of #D06BCF
Black with #D06BCF
Text Example
Text Example
White with #D06BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BCF; }
p { color: rgb(208,107,207); }
H1.HeaderClassName
{
color: #D06BCF;
}
.AnyTagClassName
{
color: #D06BCF;
}
</style>
background-color css
<style>
a { background-color: #D06BCF; }
a { background-color: rgb(208,107,207); }
div.DivClassName
{
background-color: #D06BCF;
}
.BgClassName
{
background-color: #D06BCF;
}
</style>
border-color css
<style>
span { border-color: #D06BCF; }
span { border-color: rgb(208,107,207); }
td.TdClassName
{
border-color: #D06BCF;
}
.TagClassName
{
border-color: #D06BCF;
}
</style>