Shades of Orchid #D075C8
Tints of Orchid #D075C8
RGB
CMYK
RGB Variations
Color information
#D075C8 (or 0xD075C8) is known color: Orchid. HEX triplet: D0, 75 and C8. RGB value is (208,117,200). Sum of RGB (Red+Green+Blue) = 208+117+200=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D075C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075C8 is #2F8A37. Grayscale: #999999. Windows color (decimal): -3115576 or 13137360. OLE color: 13137360.
HSL color Cylindrical-coordinate representation of color #D075C8: hue angle of 305.27º 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 #D075C8 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 200 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.18 |
| HSL | 305.27º | 0.49% | 0.64% | - |
| HSV(B) | 305.27º | 0.44% | 0.82% | - |
| XYZ | 42.8 | 30.3 | 58.24 | - |
| YUV | 153.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 200 | 0 | 0.44 | 0.04 | 0.18 | 305.27 | 0.49 | 0.64 |
| Hex | D0 | 75 | C8 | 0 | 2C | 4 | 12 | 131 | 31 | 40 |
| Octal | 320 | 165 | 310 | 0 | 54 | 4 | 22 | 461 | 61 | 100 |
| Binary | 11010000 | 1110101 | 11001000 | 0 | 101100 | 100 | 10010 | 100110001 | 110001 | 1000000 |
Color Harmonies of #D075C8
Complementary color
Monochromatic Colors of #D075C8
Black with #D075C8
Text Example
Text Example
White with #D075C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075C8; }
p { color: rgb(208,117,200); }
H1.HeaderClassName
{
color: #D075C8;
}
.AnyTagClassName
{
color: #D075C8;
}
</style>
background-color css
<style>
a { background-color: #D075C8; }
a { background-color: rgb(208,117,200); }
div.DivClassName
{
background-color: #D075C8;
}
.BgClassName
{
background-color: #D075C8;
}
</style>
border-color css
<style>
span { border-color: #D075C8; }
span { border-color: rgb(208,117,200); }
td.TdClassName
{
border-color: #D075C8;
}
.TagClassName
{
border-color: #D075C8;
}
</style>