Shades of Orchid #D074E0
Tints of Orchid #D074E0
RGB
CMYK
RGB Variations
Color information
#D074E0 (or 0xD074E0) is known color: Orchid. HEX triplet: D0, 74 and E0. RGB value is (208,116,224). Sum of RGB (Red+Green+Blue) = 208+116+224=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #D074E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074E0 is #2F8B1F. Grayscale: #9B9B9B. Windows color (decimal): -3115808 or 14709968. OLE color: 14709968.
HSL color Cylindrical-coordinate representation of color #D074E0: hue angle of 291.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D074E0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 116 | 224 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.12 |
| HSL | 291.11º | 0.64% | 0.67% | - |
| HSV(B) | 291.11º | 0.48% | 0.88% | - |
| XYZ | 45.71 | 31.28 | 74.15 | - |
| YUV | 155.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 224 | 0.07 | 0.48 | 0 | 0.12 | 291.11 | 0.64 | 0.67 |
| Hex | D0 | 74 | E0 | 7 | 30 | 0 | C | 123 | 40 | 43 |
| Octal | 320 | 164 | 340 | 7 | 60 | 0 | 14 | 443 | 100 | 103 |
| Binary | 11010000 | 1110100 | 11100000 | 111 | 110000 | 0 | 1100 | 100100011 | 1000000 | 1000011 |
Color Harmonies of #D074E0
Complementary color
Monochromatic Colors of #D074E0
Black with #D074E0
Text Example
Text Example
White with #D074E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074E0; }
p { color: rgb(208,116,224); }
H1.HeaderClassName
{
color: #D074E0;
}
.AnyTagClassName
{
color: #D074E0;
}
</style>
background-color css
<style>
a { background-color: #D074E0; }
a { background-color: rgb(208,116,224); }
div.DivClassName
{
background-color: #D074E0;
}
.BgClassName
{
background-color: #D074E0;
}
</style>
border-color css
<style>
span { border-color: #D074E0; }
span { border-color: rgb(208,116,224); }
td.TdClassName
{
border-color: #D074E0;
}
.TagClassName
{
border-color: #D074E0;
}
</style>