Shades of Orchid #D074E6
Tints of Orchid #D074E6
RGB
CMYK
RGB Variations
Color information
#D074E6 (or 0xD074E6) is known color: Orchid. HEX triplet: D0, 74 and E6. RGB value is (208,116,230). Sum of RGB (Red+Green+Blue) = 208+116+230=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #D074E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074E6 is #2F8B19. Grayscale: #9C9C9C. Windows color (decimal): -3115802 or 15103184. OLE color: 15103184.
HSL color Cylindrical-coordinate representation of color #D074E6: hue angle of 288.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D074E6 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 116 | 230 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.10 |
| HSL | 288.42º | 0.7% | 0.68% | - |
| HSV(B) | 288.42º | 0.5% | 0.9% | - |
| XYZ | 46.54 | 31.61 | 78.51 | - |
| YUV | 156.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 230 | 0.10 | 0.50 | 0 | 0.10 | 288.42 | 0.7 | 0.68 |
| Hex | D0 | 74 | E6 | A | 32 | 0 | A | 120 | 46 | 44 |
| Octal | 320 | 164 | 346 | 12 | 62 | 0 | 12 | 440 | 106 | 104 |
| Binary | 11010000 | 1110100 | 11100110 | 1010 | 110010 | 0 | 1010 | 100100000 | 1000110 | 1000100 |
Color Harmonies of #D074E6
Complementary color
Monochromatic Colors of #D074E6
Black with #D074E6
Text Example
Text Example
White with #D074E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074E6; }
p { color: rgb(208,116,230); }
H1.HeaderClassName
{
color: #D074E6;
}
.AnyTagClassName
{
color: #D074E6;
}
</style>
background-color css
<style>
a { background-color: #D074E6; }
a { background-color: rgb(208,116,230); }
div.DivClassName
{
background-color: #D074E6;
}
.BgClassName
{
background-color: #D074E6;
}
</style>
border-color css
<style>
span { border-color: #D074E6; }
span { border-color: rgb(208,116,230); }
td.TdClassName
{
border-color: #D074E6;
}
.TagClassName
{
border-color: #D074E6;
}
</style>