Shades of Orchid #D084CC
Tints of Orchid #D084CC
RGB
CMYK
RGB Variations
Color information
#D084CC (or 0xD084CC) is known color: Orchid. HEX triplet: D0, 84 and CC. RGB value is (208,132,204). Sum of RGB (Red+Green+Blue) = 208+132+204=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D084CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084CC is #2F7B33. Grayscale: #A2A2A2. Windows color (decimal): -3111732 or 13403344. OLE color: 13403344.
HSL color Cylindrical-coordinate representation of color #D084CC: hue angle of 303.16º 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 #D084CC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 204 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.18 |
| HSL | 303.16º | 0.45% | 0.67% | - |
| HSV(B) | 303.16º | 0.37% | 0.82% | - |
| XYZ | 45.16 | 34.27 | 61.36 | - |
| YUV | 162.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 204 | 0 | 0.37 | 0.02 | 0.18 | 303.16 | 0.45 | 0.67 |
| Hex | D0 | 84 | CC | 0 | 25 | 2 | 12 | 12F | 2D | 43 |
| Octal | 320 | 204 | 314 | 0 | 45 | 2 | 22 | 457 | 55 | 103 |
| Binary | 11010000 | 10000100 | 11001100 | 0 | 100101 | 10 | 10010 | 100101111 | 101101 | 1000011 |
Color Harmonies of #D084CC
Complementary color
Monochromatic Colors of #D084CC
Black with #D084CC
Text Example
Text Example
White with #D084CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084CC; }
p { color: rgb(208,132,204); }
H1.HeaderClassName
{
color: #D084CC;
}
.AnyTagClassName
{
color: #D084CC;
}
</style>
background-color css
<style>
a { background-color: #D084CC; }
a { background-color: rgb(208,132,204); }
div.DivClassName
{
background-color: #D084CC;
}
.BgClassName
{
background-color: #D084CC;
}
</style>
border-color css
<style>
span { border-color: #D084CC; }
span { border-color: rgb(208,132,204); }
td.TdClassName
{
border-color: #D084CC;
}
.TagClassName
{
border-color: #D084CC;
}
</style>