Shades of Orchid #D167C7
Tints of Orchid #D167C7
RGB
CMYK
RGB Variations
Color information
#D167C7 (or 0xD167C7) is known color: Orchid. HEX triplet: D1, 67 and C7. RGB value is (209,103,199). Sum of RGB (Red+Green+Blue) = 209+103+199=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D167C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D167C7 is #2E9838. Grayscale: #919191. Windows color (decimal): -3053625 or 13068241. OLE color: 13068241.
HSL color Cylindrical-coordinate representation of color #D167C7: hue angle of 305.66º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D167C7 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 199 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.18 |
| HSL | 305.66º | 0.54% | 0.61% | - |
| HSV(B) | 305.66º | 0.51% | 0.82% | - |
| XYZ | 41.45 | 27.38 | 57.13 | - |
| YUV | 145.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 199 | 0 | 0.51 | 0.05 | 0.18 | 305.66 | 0.54 | 0.61 |
| Hex | D1 | 67 | C7 | 0 | 33 | 5 | 12 | 132 | 36 | 3D |
| Octal | 321 | 147 | 307 | 0 | 63 | 5 | 22 | 462 | 66 | 75 |
| Binary | 11010001 | 1100111 | 11000111 | 0 | 110011 | 101 | 10010 | 100110010 | 110110 | 111101 |
Color Harmonies of #D167C7
Complementary color
Monochromatic Colors of #D167C7
Black with #D167C7
Text Example
Text Example
White with #D167C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167C7; }
p { color: rgb(209,103,199); }
H1.HeaderClassName
{
color: #D167C7;
}
.AnyTagClassName
{
color: #D167C7;
}
</style>
background-color css
<style>
a { background-color: #D167C7; }
a { background-color: rgb(209,103,199); }
div.DivClassName
{
background-color: #D167C7;
}
.BgClassName
{
background-color: #D167C7;
}
</style>
border-color css
<style>
span { border-color: #D167C7; }
span { border-color: rgb(209,103,199); }
td.TdClassName
{
border-color: #D167C7;
}
.TagClassName
{
border-color: #D167C7;
}
</style>