Shades of Orchid #D165C5
Tints of Orchid #D165C5
RGB
CMYK
RGB Variations
Color information
#D165C5 (or 0xD165C5) is known color: Orchid. HEX triplet: D1, 65 and C5. RGB value is (209,101,197). Sum of RGB (Red+Green+Blue) = 209+101+197=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D165C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165C5 is #2E9A3A. Grayscale: #8F8F8F. Windows color (decimal): -3054139 or 12936657. OLE color: 12936657.
HSL color Cylindrical-coordinate representation of color #D165C5: hue angle of 306.67º 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 #D165C5 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 197 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.18 |
| HSL | 306.67º | 0.54% | 0.61% | - |
| HSV(B) | 306.67º | 0.52% | 0.82% | - |
| XYZ | 41.03 | 26.89 | 55.85 | - |
| YUV | 144.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 197 | 0 | 0.52 | 0.06 | 0.18 | 306.67 | 0.54 | 0.61 |
| Hex | D1 | 65 | C5 | 0 | 34 | 6 | 12 | 133 | 36 | 3D |
| Octal | 321 | 145 | 305 | 0 | 64 | 6 | 22 | 463 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11000101 | 0 | 110100 | 110 | 10010 | 100110011 | 110110 | 111101 |
Color Harmonies of #D165C5
Complementary color
Monochromatic Colors of #D165C5
Black with #D165C5
Text Example
Text Example
White with #D165C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165C5; }
p { color: rgb(209,101,197); }
H1.HeaderClassName
{
color: #D165C5;
}
.AnyTagClassName
{
color: #D165C5;
}
</style>
background-color css
<style>
a { background-color: #D165C5; }
a { background-color: rgb(209,101,197); }
div.DivClassName
{
background-color: #D165C5;
}
.BgClassName
{
background-color: #D165C5;
}
</style>
border-color css
<style>
span { border-color: #D165C5; }
span { border-color: rgb(209,101,197); }
td.TdClassName
{
border-color: #D165C5;
}
.TagClassName
{
border-color: #D165C5;
}
</style>