Shades of Orchid #D165D4
Tints of Orchid #D165D4
RGB
CMYK
RGB Variations
Color information
#D165D4 (or 0xD165D4) is known color: Orchid. HEX triplet: D1, 65 and D4. RGB value is (209,101,212). Sum of RGB (Red+Green+Blue) = 209+101+212=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #D165D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165D4 is #2E9A2B. Grayscale: #919191. Windows color (decimal): -3054124 or 13919697. OLE color: 13919697.
HSL color Cylindrical-coordinate representation of color #D165D4: hue angle of 298.38º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D165D4 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 101 | 212 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.17 |
| HSL | 298.38º | 0.56% | 0.61% | - |
| HSV(B) | 298.38º | 0.52% | 0.83% | - |
| XYZ | 42.83 | 27.62 | 65.36 | - |
| YUV | 145.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 212 | 0.01 | 0.52 | 0 | 0.17 | 298.38 | 0.56 | 0.61 |
| Hex | D1 | 65 | D4 | 1 | 34 | 0 | 11 | 12A | 38 | 3D |
| Octal | 321 | 145 | 324 | 1 | 64 | 0 | 21 | 452 | 70 | 75 |
| Binary | 11010001 | 1100101 | 11010100 | 1 | 110100 | 0 | 10001 | 100101010 | 111000 | 111101 |
Color Harmonies of #D165D4
Complementary color
Monochromatic Colors of #D165D4
Black with #D165D4
Text Example
Text Example
White with #D165D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165D4; }
p { color: rgb(209,101,212); }
H1.HeaderClassName
{
color: #D165D4;
}
.AnyTagClassName
{
color: #D165D4;
}
</style>
background-color css
<style>
a { background-color: #D165D4; }
a { background-color: rgb(209,101,212); }
div.DivClassName
{
background-color: #D165D4;
}
.BgClassName
{
background-color: #D165D4;
}
</style>
border-color css
<style>
span { border-color: #D165D4; }
span { border-color: rgb(209,101,212); }
td.TdClassName
{
border-color: #D165D4;
}
.TagClassName
{
border-color: #D165D4;
}
</style>