Shades of Orchid #D165CE
Tints of Orchid #D165CE
RGB
CMYK
RGB Variations
Color information
#D165CE (or 0xD165CE) is known color: Orchid. HEX triplet: D1, 65 and CE. RGB value is (209,101,206). Sum of RGB (Red+Green+Blue) = 209+101+206=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D165CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165CE is #2E9A31. Grayscale: #909090. Windows color (decimal): -3054130 or 13526481. OLE color: 13526481.
HSL color Cylindrical-coordinate representation of color #D165CE: hue angle of 301.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 #D165CE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 206 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.18 |
| HSL | 301.67º | 0.54% | 0.61% | - |
| HSV(B) | 301.67º | 0.52% | 0.82% | - |
| XYZ | 42.09 | 27.32 | 61.45 | - |
| YUV | 145.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 206 | 0 | 0.52 | 0.01 | 0.18 | 301.67 | 0.54 | 0.61 |
| Hex | D1 | 65 | CE | 0 | 34 | 1 | 12 | 12E | 36 | 3D |
| Octal | 321 | 145 | 316 | 0 | 64 | 1 | 22 | 456 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11001110 | 0 | 110100 | 1 | 10010 | 100101110 | 110110 | 111101 |
Color Harmonies of #D165CE
Complementary color
Monochromatic Colors of #D165CE
Black with #D165CE
Text Example
Text Example
White with #D165CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165CE; }
p { color: rgb(209,101,206); }
H1.HeaderClassName
{
color: #D165CE;
}
.AnyTagClassName
{
color: #D165CE;
}
</style>
background-color css
<style>
a { background-color: #D165CE; }
a { background-color: rgb(209,101,206); }
div.DivClassName
{
background-color: #D165CE;
}
.BgClassName
{
background-color: #D165CE;
}
</style>
border-color css
<style>
span { border-color: #D165CE; }
span { border-color: rgb(209,101,206); }
td.TdClassName
{
border-color: #D165CE;
}
.TagClassName
{
border-color: #D165CE;
}
</style>