Shades of Orchid #D084CF
Tints of Orchid #D084CF
RGB
CMYK
RGB Variations
Color information
#D084CF (or 0xD084CF) is known color: Orchid. HEX triplet: D0, 84 and CF. RGB value is (208,132,207). Sum of RGB (Red+Green+Blue) = 208+132+207=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D084CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084CF is #2F7B30. Grayscale: #A3A3A3. Windows color (decimal): -3111729 or 13599952. OLE color: 13599952.
HSL color Cylindrical-coordinate representation of color #D084CF: hue angle of 300.79º 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 #D084CF is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 207 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.18 |
| HSL | 300.79º | 0.45% | 0.67% | - |
| HSV(B) | 300.79º | 0.37% | 0.82% | - |
| XYZ | 45.53 | 34.42 | 63.28 | - |
| YUV | 163.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 207 | 0 | 0.37 | 0.00 | 0.18 | 300.79 | 0.45 | 0.67 |
| Hex | D0 | 84 | CF | 0 | 25 | 0 | 12 | 12D | 2D | 43 |
| Octal | 320 | 204 | 317 | 0 | 45 | 0 | 22 | 455 | 55 | 103 |
| Binary | 11010000 | 10000100 | 11001111 | 0 | 100101 | 0 | 10010 | 100101101 | 101101 | 1000011 |
Color Harmonies of #D084CF
Complementary color
Monochromatic Colors of #D084CF
Black with #D084CF
Text Example
Text Example
White with #D084CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084CF; }
p { color: rgb(208,132,207); }
H1.HeaderClassName
{
color: #D084CF;
}
.AnyTagClassName
{
color: #D084CF;
}
</style>
background-color css
<style>
a { background-color: #D084CF; }
a { background-color: rgb(208,132,207); }
div.DivClassName
{
background-color: #D084CF;
}
.BgClassName
{
background-color: #D084CF;
}
</style>
border-color css
<style>
span { border-color: #D084CF; }
span { border-color: rgb(208,132,207); }
td.TdClassName
{
border-color: #D084CF;
}
.TagClassName
{
border-color: #D084CF;
}
</style>