Shades of Orchid #D074CA
Tints of Orchid #D074CA
RGB
CMYK
RGB Variations
Color information
#D074CA (or 0xD074CA) is known color: Orchid. HEX triplet: D0, 74 and CA. RGB value is (208,116,202). Sum of RGB (Red+Green+Blue) = 208+116+202=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D074CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074CA is #2F8B35. Grayscale: #999999. Windows color (decimal): -3115830 or 13268176. OLE color: 13268176.
HSL color Cylindrical-coordinate representation of color #D074CA: hue angle of 303.91º 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 #D074CA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 202 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.18 |
| HSL | 303.91º | 0.49% | 0.64% | - |
| HSV(B) | 303.91º | 0.44% | 0.82% | - |
| XYZ | 42.92 | 30.16 | 59.44 | - |
| YUV | 153.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 202 | 0 | 0.44 | 0.03 | 0.18 | 303.91 | 0.49 | 0.64 |
| Hex | D0 | 74 | CA | 0 | 2C | 3 | 12 | 130 | 31 | 40 |
| Octal | 320 | 164 | 312 | 0 | 54 | 3 | 22 | 460 | 61 | 100 |
| Binary | 11010000 | 1110100 | 11001010 | 0 | 101100 | 11 | 10010 | 100110000 | 110001 | 1000000 |
Color Harmonies of #D074CA
Complementary color
Monochromatic Colors of #D074CA
Black with #D074CA
Text Example
Text Example
White with #D074CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074CA; }
p { color: rgb(208,116,202); }
H1.HeaderClassName
{
color: #D074CA;
}
.AnyTagClassName
{
color: #D074CA;
}
</style>
background-color css
<style>
a { background-color: #D074CA; }
a { background-color: rgb(208,116,202); }
div.DivClassName
{
background-color: #D074CA;
}
.BgClassName
{
background-color: #D074CA;
}
</style>
border-color css
<style>
span { border-color: #D074CA; }
span { border-color: rgb(208,116,202); }
td.TdClassName
{
border-color: #D074CA;
}
.TagClassName
{
border-color: #D074CA;
}
</style>