Shades of Orchid #D168C8
Tints of Orchid #D168C8
RGB
CMYK
RGB Variations
Color information
#D168C8 (or 0xD168C8) is known color: Orchid. HEX triplet: D1, 68 and C8. RGB value is (209,104,200). Sum of RGB (Red+Green+Blue) = 209+104+200=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D168C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168C8 is #2E9737. Grayscale: #929292. Windows color (decimal): -3053368 or 13134033. OLE color: 13134033.
HSL color Cylindrical-coordinate representation of color #D168C8: hue angle of 305.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168C8 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 200 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.18 |
| HSL | 305.14º | 0.53% | 0.61% | - |
| HSV(B) | 305.14º | 0.5% | 0.82% | - |
| XYZ | 41.67 | 27.63 | 57.78 | - |
| YUV | 146.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 200 | 0 | 0.50 | 0.04 | 0.18 | 305.14 | 0.53 | 0.61 |
| Hex | D1 | 68 | C8 | 0 | 32 | 4 | 12 | 131 | 35 | 3D |
| Octal | 321 | 150 | 310 | 0 | 62 | 4 | 22 | 461 | 65 | 75 |
| Binary | 11010001 | 1101000 | 11001000 | 0 | 110010 | 100 | 10010 | 100110001 | 110101 | 111101 |
Color Harmonies of #D168C8
Complementary color
Monochromatic Colors of #D168C8
Black with #D168C8
Text Example
Text Example
White with #D168C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168C8; }
p { color: rgb(209,104,200); }
H1.HeaderClassName
{
color: #D168C8;
}
.AnyTagClassName
{
color: #D168C8;
}
</style>
background-color css
<style>
a { background-color: #D168C8; }
a { background-color: rgb(209,104,200); }
div.DivClassName
{
background-color: #D168C8;
}
.BgClassName
{
background-color: #D168C8;
}
</style>
border-color css
<style>
span { border-color: #D168C8; }
span { border-color: rgb(209,104,200); }
td.TdClassName
{
border-color: #D168C8;
}
.TagClassName
{
border-color: #D168C8;
}
</style>