Shades of Orchid #D075BC
Tints of Orchid #D075BC
RGB
CMYK
RGB Variations
Color information
#D075BC (or 0xD075BC) is known color: Orchid. HEX triplet: D0, 75 and BC. RGB value is (208,117,188). Sum of RGB (Red+Green+Blue) = 208+117+188=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D075BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075BC is #2F8A43. Grayscale: #989898. Windows color (decimal): -3115588 or 12350928. OLE color: 12350928.
HSL color Cylindrical-coordinate representation of color #D075BC: hue angle of 313.19º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075BC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 188 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 313.19º | 0.49% | 0.64% | - |
| HSV(B) | 313.19º | 0.44% | 0.82% | - |
| XYZ | 41.45 | 29.76 | 51.14 | - |
| YUV | 152.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 188 | 0 | 0.44 | 0.10 | 0.18 | 313.19 | 0.49 | 0.64 |
| Hex | D0 | 75 | BC | 0 | 2C | A | 12 | 139 | 31 | 40 |
| Octal | 320 | 165 | 274 | 0 | 54 | 12 | 22 | 471 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10111100 | 0 | 101100 | 1010 | 10010 | 100111001 | 110001 | 1000000 |
Color Harmonies of #D075BC
Complementary color
Monochromatic Colors of #D075BC
Black with #D075BC
Text Example
Text Example
White with #D075BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075BC; }
p { color: rgb(208,117,188); }
H1.HeaderClassName
{
color: #D075BC;
}
.AnyTagClassName
{
color: #D075BC;
}
</style>
background-color css
<style>
a { background-color: #D075BC; }
a { background-color: rgb(208,117,188); }
div.DivClassName
{
background-color: #D075BC;
}
.BgClassName
{
background-color: #D075BC;
}
</style>
border-color css
<style>
span { border-color: #D075BC; }
span { border-color: rgb(208,117,188); }
td.TdClassName
{
border-color: #D075BC;
}
.TagClassName
{
border-color: #D075BC;
}
</style>