Shades of Orchid #D167E7
Tints of Orchid #D167E7
RGB
CMYK
RGB Variations
Color information
#D167E7 (or 0xD167E7) is known color: Orchid. HEX triplet: D1, 67 and E7. RGB value is (209,103,231). Sum of RGB (Red+Green+Blue) = 209+103+231=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #D167E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D167E7 is #2E9818. Grayscale: #949494. Windows color (decimal): -3053593 or 15165393. OLE color: 15165393.
HSL color Cylindrical-coordinate representation of color #D167E7: hue angle of 289.69º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D167E7 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 103 | 231 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.09 |
| HSL | 289.69º | 0.73% | 0.65% | - |
| HSV(B) | 289.69º | 0.55% | 0.91% | - |
| XYZ | 45.57 | 29.03 | 78.8 | - |
| YUV | 149.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 231 | 0.10 | 0.55 | 0 | 0.09 | 289.69 | 0.73 | 0.65 |
| Hex | D1 | 67 | E7 | A | 37 | 0 | 9 | 122 | 49 | 41 |
| Octal | 321 | 147 | 347 | 12 | 67 | 0 | 11 | 442 | 111 | 101 |
| Binary | 11010001 | 1100111 | 11100111 | 1010 | 110111 | 0 | 1001 | 100100010 | 1001001 | 1000001 |
Color Harmonies of #D167E7
Complementary color
Monochromatic Colors of #D167E7
Black with #D167E7
Text Example
Text Example
White with #D167E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167E7; }
p { color: rgb(209,103,231); }
H1.HeaderClassName
{
color: #D167E7;
}
.AnyTagClassName
{
color: #D167E7;
}
</style>
background-color css
<style>
a { background-color: #D167E7; }
a { background-color: rgb(209,103,231); }
div.DivClassName
{
background-color: #D167E7;
}
.BgClassName
{
background-color: #D167E7;
}
</style>
border-color css
<style>
span { border-color: #D167E7; }
span { border-color: rgb(209,103,231); }
td.TdClassName
{
border-color: #D167E7;
}
.TagClassName
{
border-color: #D167E7;
}
</style>