Shades of Orchid #D075BE
Tints of Orchid #D075BE
RGB
CMYK
RGB Variations
Color information
#D075BE (or 0xD075BE) is known color: Orchid. HEX triplet: D0, 75 and BE. RGB value is (208,117,190). Sum of RGB (Red+Green+Blue) = 208+117+190=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D075BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075BE is #2F8A41. Grayscale: #989898. Windows color (decimal): -3115586 or 12482000. OLE color: 12482000.
HSL color Cylindrical-coordinate representation of color #D075BE: hue angle of 311.87º 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 #D075BE is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 190 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.18 |
| HSL | 311.87º | 0.49% | 0.64% | - |
| HSV(B) | 311.87º | 0.44% | 0.82% | - |
| XYZ | 41.67 | 29.85 | 52.28 | - |
| YUV | 152.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 190 | 0 | 0.44 | 0.09 | 0.18 | 311.87 | 0.49 | 0.64 |
| Hex | D0 | 75 | BE | 0 | 2C | 9 | 12 | 138 | 31 | 40 |
| Octal | 320 | 165 | 276 | 0 | 54 | 11 | 22 | 470 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10111110 | 0 | 101100 | 1001 | 10010 | 100111000 | 110001 | 1000000 |
Color Harmonies of #D075BE
Complementary color
Monochromatic Colors of #D075BE
Black with #D075BE
Text Example
Text Example
White with #D075BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075BE; }
p { color: rgb(208,117,190); }
H1.HeaderClassName
{
color: #D075BE;
}
.AnyTagClassName
{
color: #D075BE;
}
</style>
background-color css
<style>
a { background-color: #D075BE; }
a { background-color: rgb(208,117,190); }
div.DivClassName
{
background-color: #D075BE;
}
.BgClassName
{
background-color: #D075BE;
}
</style>
border-color css
<style>
span { border-color: #D075BE; }
span { border-color: rgb(208,117,190); }
td.TdClassName
{
border-color: #D075BE;
}
.TagClassName
{
border-color: #D075BE;
}
</style>