Shades of Orchid #D168CB
Tints of Orchid #D168CB
RGB
CMYK
RGB Variations
Color information
#D168CB (or 0xD168CB) is known color: Orchid. HEX triplet: D1, 68 and CB. RGB value is (209,104,203). Sum of RGB (Red+Green+Blue) = 209+104+203=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D168CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168CB is #2E9734. Grayscale: #929292. Windows color (decimal): -3053365 or 13330641. OLE color: 13330641.
HSL color Cylindrical-coordinate representation of color #D168CB: hue angle of 303.43º 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 #D168CB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 203 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.18 |
| HSL | 303.43º | 0.53% | 0.61% | - |
| HSV(B) | 303.43º | 0.5% | 0.82% | - |
| XYZ | 42.02 | 27.77 | 59.64 | - |
| YUV | 146.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 203 | 0 | 0.50 | 0.03 | 0.18 | 303.43 | 0.53 | 0.61 |
| Hex | D1 | 68 | CB | 0 | 32 | 3 | 12 | 12F | 35 | 3D |
| Octal | 321 | 150 | 313 | 0 | 62 | 3 | 22 | 457 | 65 | 75 |
| Binary | 11010001 | 1101000 | 11001011 | 0 | 110010 | 11 | 10010 | 100101111 | 110101 | 111101 |
Color Harmonies of #D168CB
Complementary color
Monochromatic Colors of #D168CB
Black with #D168CB
Text Example
Text Example
White with #D168CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168CB; }
p { color: rgb(209,104,203); }
H1.HeaderClassName
{
color: #D168CB;
}
.AnyTagClassName
{
color: #D168CB;
}
</style>
background-color css
<style>
a { background-color: #D168CB; }
a { background-color: rgb(209,104,203); }
div.DivClassName
{
background-color: #D168CB;
}
.BgClassName
{
background-color: #D168CB;
}
</style>
border-color css
<style>
span { border-color: #D168CB; }
span { border-color: rgb(209,104,203); }
td.TdClassName
{
border-color: #D168CB;
}
.TagClassName
{
border-color: #D168CB;
}
</style>