Shades of Orchid #D084C2
Tints of Orchid #D084C2
RGB
CMYK
RGB Variations
Color information
#D084C2 (or 0xD084C2) is known color: Orchid. HEX triplet: D0, 84 and C2. RGB value is (208,132,194). Sum of RGB (Red+Green+Blue) = 208+132+194=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D084C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084C2 is #2F7B3D. Grayscale: #A1A1A1. Windows color (decimal): -3111742 or 12747984. OLE color: 12747984.
HSL color Cylindrical-coordinate representation of color #D084C2: hue angle of 311.05º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D084C2 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 194 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.18 |
| HSL | 311.05º | 0.45% | 0.67% | - |
| HSV(B) | 311.05º | 0.37% | 0.82% | - |
| XYZ | 44 | 33.81 | 55.25 | - |
| YUV | 161.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 194 | 0 | 0.37 | 0.07 | 0.18 | 311.05 | 0.45 | 0.67 |
| Hex | D0 | 84 | C2 | 0 | 25 | 7 | 12 | 137 | 2D | 43 |
| Octal | 320 | 204 | 302 | 0 | 45 | 7 | 22 | 467 | 55 | 103 |
| Binary | 11010000 | 10000100 | 11000010 | 0 | 100101 | 111 | 10010 | 100110111 | 101101 | 1000011 |
Color Harmonies of #D084C2
Complementary color
Monochromatic Colors of #D084C2
Black with #D084C2
Text Example
Text Example
White with #D084C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084C2; }
p { color: rgb(208,132,194); }
H1.HeaderClassName
{
color: #D084C2;
}
.AnyTagClassName
{
color: #D084C2;
}
</style>
background-color css
<style>
a { background-color: #D084C2; }
a { background-color: rgb(208,132,194); }
div.DivClassName
{
background-color: #D084C2;
}
.BgClassName
{
background-color: #D084C2;
}
</style>
border-color css
<style>
span { border-color: #D084C2; }
span { border-color: rgb(208,132,194); }
td.TdClassName
{
border-color: #D084C2;
}
.TagClassName
{
border-color: #D084C2;
}
</style>