Shades of Orchid #D074C3
Tints of Orchid #D074C3
RGB
CMYK
RGB Variations
Color information
#D074C3 (or 0xD074C3) is known color: Orchid. HEX triplet: D0, 74 and C3. RGB value is (208,116,195). Sum of RGB (Red+Green+Blue) = 208+116+195=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D074C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074C3 is #2F8B3C. Grayscale: #989898. Windows color (decimal): -3115837 or 12809424. OLE color: 12809424.
HSL color Cylindrical-coordinate representation of color #D074C3: hue angle of 308.48º 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 #D074C3 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 195 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.18 |
| HSL | 308.48º | 0.49% | 0.64% | - |
| HSV(B) | 308.48º | 0.44% | 0.82% | - |
| XYZ | 42.11 | 29.84 | 55.17 | - |
| YUV | 152.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 195 | 0 | 0.44 | 0.06 | 0.18 | 308.48 | 0.49 | 0.64 |
| Hex | D0 | 74 | C3 | 0 | 2C | 6 | 12 | 134 | 31 | 40 |
| Octal | 320 | 164 | 303 | 0 | 54 | 6 | 22 | 464 | 61 | 100 |
| Binary | 11010000 | 1110100 | 11000011 | 0 | 101100 | 110 | 10010 | 100110100 | 110001 | 1000000 |
Color Harmonies of #D074C3
Complementary color
Monochromatic Colors of #D074C3
Black with #D074C3
Text Example
Text Example
White with #D074C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074C3; }
p { color: rgb(208,116,195); }
H1.HeaderClassName
{
color: #D074C3;
}
.AnyTagClassName
{
color: #D074C3;
}
</style>
background-color css
<style>
a { background-color: #D074C3; }
a { background-color: rgb(208,116,195); }
div.DivClassName
{
background-color: #D074C3;
}
.BgClassName
{
background-color: #D074C3;
}
</style>
border-color css
<style>
span { border-color: #D074C3; }
span { border-color: rgb(208,116,195); }
td.TdClassName
{
border-color: #D074C3;
}
.TagClassName
{
border-color: #D074C3;
}
</style>