Shades of Orchid #D178CC
Tints of Orchid #D178CC
RGB
CMYK
RGB Variations
Color information
#D178CC (or 0xD178CC) is known color: Orchid. HEX triplet: D1, 78 and CC. RGB value is (209,120,204). Sum of RGB (Red+Green+Blue) = 209+120+204=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D178CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178CC is #2E8733. Grayscale: #9B9B9B. Windows color (decimal): -3049268 or 13400273. OLE color: 13400273.
HSL color Cylindrical-coordinate representation of color #D178CC: hue angle of 303.37º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D178CC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 204 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.18 |
| HSL | 303.37º | 0.49% | 0.65% | - |
| HSV(B) | 303.37º | 0.43% | 0.82% | - |
| XYZ | 43.91 | 31.35 | 60.86 | - |
| YUV | 156.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 204 | 0 | 0.43 | 0.02 | 0.18 | 303.37 | 0.49 | 0.65 |
| Hex | D1 | 78 | CC | 0 | 2B | 2 | 12 | 12F | 31 | 41 |
| Octal | 321 | 170 | 314 | 0 | 53 | 2 | 22 | 457 | 61 | 101 |
| Binary | 11010001 | 1111000 | 11001100 | 0 | 101011 | 10 | 10010 | 100101111 | 110001 | 1000001 |
Color Harmonies of #D178CC
Complementary color
Monochromatic Colors of #D178CC
Black with #D178CC
Text Example
Text Example
White with #D178CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178CC; }
p { color: rgb(209,120,204); }
H1.HeaderClassName
{
color: #D178CC;
}
.AnyTagClassName
{
color: #D178CC;
}
</style>
background-color css
<style>
a { background-color: #D178CC; }
a { background-color: rgb(209,120,204); }
div.DivClassName
{
background-color: #D178CC;
}
.BgClassName
{
background-color: #D178CC;
}
</style>
border-color css
<style>
span { border-color: #D178CC; }
span { border-color: rgb(209,120,204); }
td.TdClassName
{
border-color: #D178CC;
}
.TagClassName
{
border-color: #D178CC;
}
</style>