Shades of Orchid #D165C2
Tints of Orchid #D165C2
RGB
CMYK
RGB Variations
Color information
#D165C2 (or 0xD165C2) is known color: Orchid. HEX triplet: D1, 65 and C2. RGB value is (209,101,194). Sum of RGB (Red+Green+Blue) = 209+101+194=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D165C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165C2 is #2E9A3D. Grayscale: #8F8F8F. Windows color (decimal): -3054142 or 12740049. OLE color: 12740049.
HSL color Cylindrical-coordinate representation of color #D165C2: hue angle of 308.33º 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 #D165C2 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 194 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.18 |
| HSL | 308.33º | 0.54% | 0.61% | - |
| HSV(B) | 308.33º | 0.52% | 0.82% | - |
| XYZ | 40.69 | 26.76 | 54.06 | - |
| YUV | 143.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 194 | 0 | 0.52 | 0.07 | 0.18 | 308.33 | 0.54 | 0.61 |
| Hex | D1 | 65 | C2 | 0 | 34 | 7 | 12 | 134 | 36 | 3D |
| Octal | 321 | 145 | 302 | 0 | 64 | 7 | 22 | 464 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11000010 | 0 | 110100 | 111 | 10010 | 100110100 | 110110 | 111101 |
Color Harmonies of #D165C2
Complementary color
Monochromatic Colors of #D165C2
Black with #D165C2
Text Example
Text Example
White with #D165C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165C2; }
p { color: rgb(209,101,194); }
H1.HeaderClassName
{
color: #D165C2;
}
.AnyTagClassName
{
color: #D165C2;
}
</style>
background-color css
<style>
a { background-color: #D165C2; }
a { background-color: rgb(209,101,194); }
div.DivClassName
{
background-color: #D165C2;
}
.BgClassName
{
background-color: #D165C2;
}
</style>
border-color css
<style>
span { border-color: #D165C2; }
span { border-color: rgb(209,101,194); }
td.TdClassName
{
border-color: #D165C2;
}
.TagClassName
{
border-color: #D165C2;
}
</style>