Shades of Orchid #D075B5
Tints of Orchid #D075B5
RGB
CMYK
RGB Variations
Color information
#D075B5 (or 0xD075B5) is known color: Orchid. HEX triplet: D0, 75 and B5. RGB value is (208,117,181). Sum of RGB (Red+Green+Blue) = 208+117+181=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D075B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075B5 is #2F8A4A. Grayscale: #979797. Windows color (decimal): -3115595 or 11892176. OLE color: 11892176.
HSL color Cylindrical-coordinate representation of color #D075B5: hue angle of 317.8º 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 #D075B5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 181 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.18 |
| HSL | 317.8º | 0.49% | 0.64% | - |
| HSV(B) | 317.8º | 0.44% | 0.82% | - |
| XYZ | 40.71 | 29.47 | 47.26 | - |
| YUV | 151.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 181 | 0 | 0.44 | 0.13 | 0.18 | 317.8 | 0.49 | 0.64 |
| Hex | D0 | 75 | B5 | 0 | 2C | D | 12 | 13E | 31 | 40 |
| Octal | 320 | 165 | 265 | 0 | 54 | 15 | 22 | 476 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10110101 | 0 | 101100 | 1101 | 10010 | 100111110 | 110001 | 1000000 |
Color Harmonies of #D075B5
Complementary color
Monochromatic Colors of #D075B5
Black with #D075B5
Text Example
Text Example
White with #D075B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075B5; }
p { color: rgb(208,117,181); }
H1.HeaderClassName
{
color: #D075B5;
}
.AnyTagClassName
{
color: #D075B5;
}
</style>
background-color css
<style>
a { background-color: #D075B5; }
a { background-color: rgb(208,117,181); }
div.DivClassName
{
background-color: #D075B5;
}
.BgClassName
{
background-color: #D075B5;
}
</style>
border-color css
<style>
span { border-color: #D075B5; }
span { border-color: rgb(208,117,181); }
td.TdClassName
{
border-color: #D075B5;
}
.TagClassName
{
border-color: #D075B5;
}
</style>