Shades of Orchid #D165C7
Tints of Orchid #D165C7
RGB
CMYK
RGB Variations
Color information
#D165C7 (or 0xD165C7) is known color: Orchid. HEX triplet: D1, 65 and C7. RGB value is (209,101,199). Sum of RGB (Red+Green+Blue) = 209+101+199=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D165C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165C7 is #2E9A38. Grayscale: #909090. Windows color (decimal): -3054137 or 13067729. OLE color: 13067729.
HSL color Cylindrical-coordinate representation of color #D165C7: hue angle of 305.56º 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 #D165C7 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 199 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.18 |
| HSL | 305.56º | 0.54% | 0.61% | - |
| HSV(B) | 305.56º | 0.52% | 0.82% | - |
| XYZ | 41.26 | 26.99 | 57.07 | - |
| YUV | 144.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 199 | 0 | 0.52 | 0.05 | 0.18 | 305.56 | 0.54 | 0.61 |
| Hex | D1 | 65 | C7 | 0 | 34 | 5 | 12 | 132 | 36 | 3D |
| Octal | 321 | 145 | 307 | 0 | 64 | 5 | 22 | 462 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11000111 | 0 | 110100 | 101 | 10010 | 100110010 | 110110 | 111101 |
Color Harmonies of #D165C7
Complementary color
Monochromatic Colors of #D165C7
Black with #D165C7
Text Example
Text Example
White with #D165C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165C7; }
p { color: rgb(209,101,199); }
H1.HeaderClassName
{
color: #D165C7;
}
.AnyTagClassName
{
color: #D165C7;
}
</style>
background-color css
<style>
a { background-color: #D165C7; }
a { background-color: rgb(209,101,199); }
div.DivClassName
{
background-color: #D165C7;
}
.BgClassName
{
background-color: #D165C7;
}
</style>
border-color css
<style>
span { border-color: #D165C7; }
span { border-color: rgb(209,101,199); }
td.TdClassName
{
border-color: #D165C7;
}
.TagClassName
{
border-color: #D165C7;
}
</style>