Shades of Orchid #D075D2
Tints of Orchid #D075D2
RGB
CMYK
RGB Variations
Color information
#D075D2 (or 0xD075D2) is known color: Orchid. HEX triplet: D0, 75 and D2. RGB value is (208,117,210). Sum of RGB (Red+Green+Blue) = 208+117+210=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #D075D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075D2 is #2F8A2D. Grayscale: #9A9A9A. Windows color (decimal): -3115566 or 13792720. OLE color: 13792720.
HSL color Cylindrical-coordinate representation of color #D075D2: hue angle of 298.71º degrees, saturation: 0.51, 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 #D075D2 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 210 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.18 |
| HSL | 298.71º | 0.51% | 0.64% | - |
| HSV(B) | 298.71º | 0.44% | 0.82% | - |
| XYZ | 44.01 | 30.79 | 64.6 | - |
| YUV | 154.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 210 | 0.01 | 0.44 | 0 | 0.18 | 298.71 | 0.51 | 0.64 |
| Hex | D0 | 75 | D2 | 1 | 2C | 0 | 12 | 12B | 33 | 40 |
| Octal | 320 | 165 | 322 | 1 | 54 | 0 | 22 | 453 | 63 | 100 |
| Binary | 11010000 | 1110101 | 11010010 | 1 | 101100 | 0 | 10010 | 100101011 | 110011 | 1000000 |
Color Harmonies of #D075D2
Complementary color
Monochromatic Colors of #D075D2
Black with #D075D2
Text Example
Text Example
White with #D075D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075D2; }
p { color: rgb(208,117,210); }
H1.HeaderClassName
{
color: #D075D2;
}
.AnyTagClassName
{
color: #D075D2;
}
</style>
background-color css
<style>
a { background-color: #D075D2; }
a { background-color: rgb(208,117,210); }
div.DivClassName
{
background-color: #D075D2;
}
.BgClassName
{
background-color: #D075D2;
}
</style>
border-color css
<style>
span { border-color: #D075D2; }
span { border-color: rgb(208,117,210); }
td.TdClassName
{
border-color: #D075D2;
}
.TagClassName
{
border-color: #D075D2;
}
</style>