Shades of Orchid #D184CC
Tints of Orchid #D184CC
RGB
CMYK
RGB Variations
Color information
#D184CC (or 0xD184CC) is known color: Orchid. HEX triplet: D1, 84 and CC. RGB value is (209,132,204). Sum of RGB (Red+Green+Blue) = 209+132+204=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CC is #2E7B33. Grayscale: #A3A3A3. Windows color (decimal): -3046196 or 13403345. OLE color: 13403345.
HSL color Cylindrical-coordinate representation of color #D184CC: hue angle of 303.9º degrees, saturation: 0.46, 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 #D184CC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 204 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.18 |
| HSL | 303.9º | 0.46% | 0.67% | - |
| HSV(B) | 303.9º | 0.37% | 0.82% | - |
| XYZ | 45.44 | 34.42 | 61.37 | - |
| YUV | 163.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 204 | 0 | 0.37 | 0.02 | 0.18 | 303.9 | 0.46 | 0.67 |
| Hex | D1 | 84 | CC | 0 | 25 | 2 | 12 | 130 | 2E | 43 |
| Octal | 321 | 204 | 314 | 0 | 45 | 2 | 22 | 460 | 56 | 103 |
| Binary | 11010001 | 10000100 | 11001100 | 0 | 100101 | 10 | 10010 | 100110000 | 101110 | 1000011 |
Color Harmonies of #D184CC
Complementary color
Monochromatic Colors of #D184CC
Black with #D184CC
Text Example
Text Example
White with #D184CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184CC; }
p { color: rgb(209,132,204); }
H1.HeaderClassName
{
color: #D184CC;
}
.AnyTagClassName
{
color: #D184CC;
}
</style>
background-color css
<style>
a { background-color: #D184CC; }
a { background-color: rgb(209,132,204); }
div.DivClassName
{
background-color: #D184CC;
}
.BgClassName
{
background-color: #D184CC;
}
</style>
border-color css
<style>
span { border-color: #D184CC; }
span { border-color: rgb(209,132,204); }
td.TdClassName
{
border-color: #D184CC;
}
.TagClassName
{
border-color: #D184CC;
}
</style>