Shades of Orchid #D168C1
Tints of Orchid #D168C1
RGB
CMYK
RGB Variations
Color information
#D168C1 (or 0xD168C1) is known color: Orchid. HEX triplet: D1, 68 and C1. RGB value is (209,104,193). Sum of RGB (Red+Green+Blue) = 209+104+193=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D168C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168C1 is #2E973E. Grayscale: #919191. Windows color (decimal): -3053375 or 12675281. OLE color: 12675281.
HSL color Cylindrical-coordinate representation of color #D168C1: hue angle of 309.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 #D168C1 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 193 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.18 |
| HSL | 309.14º | 0.53% | 0.61% | - |
| HSV(B) | 309.14º | 0.5% | 0.82% | - |
| XYZ | 40.87 | 27.31 | 53.57 | - |
| YUV | 145.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 193 | 0 | 0.50 | 0.08 | 0.18 | 309.14 | 0.53 | 0.61 |
| Hex | D1 | 68 | C1 | 0 | 32 | 8 | 12 | 135 | 35 | 3D |
| Octal | 321 | 150 | 301 | 0 | 62 | 10 | 22 | 465 | 65 | 75 |
| Binary | 11010001 | 1101000 | 11000001 | 0 | 110010 | 1000 | 10010 | 100110101 | 110101 | 111101 |
Color Harmonies of #D168C1
Complementary color
Monochromatic Colors of #D168C1
Black with #D168C1
Text Example
Text Example
White with #D168C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168C1; }
p { color: rgb(209,104,193); }
H1.HeaderClassName
{
color: #D168C1;
}
.AnyTagClassName
{
color: #D168C1;
}
</style>
background-color css
<style>
a { background-color: #D168C1; }
a { background-color: rgb(209,104,193); }
div.DivClassName
{
background-color: #D168C1;
}
.BgClassName
{
background-color: #D168C1;
}
</style>
border-color css
<style>
span { border-color: #D168C1; }
span { border-color: rgb(209,104,193); }
td.TdClassName
{
border-color: #D168C1;
}
.TagClassName
{
border-color: #D168C1;
}
</style>