Shades of Orchid #D074D2
Tints of Orchid #D074D2
RGB
CMYK
RGB Variations
Color information
#D074D2 (or 0xD074D2) is known color: Orchid. HEX triplet: D0, 74 and D2. RGB value is (208,116,210). Sum of RGB (Red+Green+Blue) = 208+116+210=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #D074D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074D2 is #2F8B2D. Grayscale: #999999. Windows color (decimal): -3115822 or 13792464. OLE color: 13792464.
HSL color Cylindrical-coordinate representation of color #D074D2: hue angle of 298.72º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D074D2 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 210 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.18 |
| HSL | 298.72º | 0.51% | 0.64% | - |
| HSV(B) | 298.72º | 0.45% | 0.82% | - |
| XYZ | 43.89 | 30.55 | 64.56 | - |
| YUV | 154.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 210 | 0.01 | 0.45 | 0 | 0.18 | 298.72 | 0.51 | 0.64 |
| Hex | D0 | 74 | D2 | 1 | 2D | 0 | 12 | 12B | 33 | 40 |
| Octal | 320 | 164 | 322 | 1 | 55 | 0 | 22 | 453 | 63 | 100 |
| Binary | 11010000 | 1110100 | 11010010 | 1 | 101101 | 0 | 10010 | 100101011 | 110011 | 1000000 |
Color Harmonies of #D074D2
Complementary color
Monochromatic Colors of #D074D2
Black with #D074D2
Text Example
Text Example
White with #D074D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074D2; }
p { color: rgb(208,116,210); }
H1.HeaderClassName
{
color: #D074D2;
}
.AnyTagClassName
{
color: #D074D2;
}
</style>
background-color css
<style>
a { background-color: #D074D2; }
a { background-color: rgb(208,116,210); }
div.DivClassName
{
background-color: #D074D2;
}
.BgClassName
{
background-color: #D074D2;
}
</style>
border-color css
<style>
span { border-color: #D074D2; }
span { border-color: rgb(208,116,210); }
td.TdClassName
{
border-color: #D074D2;
}
.TagClassName
{
border-color: #D074D2;
}
</style>