Shades of Orchid #D165C6
Tints of Orchid #D165C6
RGB
CMYK
RGB Variations
Color information
#D165C6 (or 0xD165C6) is known color: Orchid. HEX triplet: D1, 65 and C6. RGB value is (209,101,198). Sum of RGB (Red+Green+Blue) = 209+101+198=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D165C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165C6 is #2E9A39. Grayscale: #909090. Windows color (decimal): -3054138 or 13002193. OLE color: 13002193.
HSL color Cylindrical-coordinate representation of color #D165C6: hue angle of 306.11º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D165C6 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 198 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.18 |
| HSL | 306.11º | 0.54% | 0.61% | - |
| HSV(B) | 306.11º | 0.52% | 0.82% | - |
| XYZ | 41.14 | 26.94 | 56.46 | - |
| YUV | 144.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 198 | 0 | 0.52 | 0.05 | 0.18 | 306.11 | 0.54 | 0.61 |
| Hex | D1 | 65 | C6 | 0 | 34 | 5 | 12 | 132 | 36 | 3D |
| Octal | 321 | 145 | 306 | 0 | 64 | 5 | 22 | 462 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11000110 | 0 | 110100 | 101 | 10010 | 100110010 | 110110 | 111101 |
Color Harmonies of #D165C6
Complementary color
Monochromatic Colors of #D165C6
Black with #D165C6
Text Example
Text Example
White with #D165C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165C6; }
p { color: rgb(209,101,198); }
H1.HeaderClassName
{
color: #D165C6;
}
.AnyTagClassName
{
color: #D165C6;
}
</style>
background-color css
<style>
a { background-color: #D165C6; }
a { background-color: rgb(209,101,198); }
div.DivClassName
{
background-color: #D165C6;
}
.BgClassName
{
background-color: #D165C6;
}
</style>
border-color css
<style>
span { border-color: #D165C6; }
span { border-color: rgb(209,101,198); }
td.TdClassName
{
border-color: #D165C6;
}
.TagClassName
{
border-color: #D165C6;
}
</style>