Shades of Orchid #D765C0
Tints of Orchid #D765C0
RGB
CMYK
RGB Variations
Color information
#D765C0 (or 0xD765C0) is known color: Orchid. HEX triplet: D7, 65 and C0. RGB value is (215,101,192). Sum of RGB (Red+Green+Blue) = 215+101+192=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D765C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765C0 is #289A3F. Grayscale: #919191. Windows color (decimal): -2660928 or 12608983. OLE color: 12608983.
HSL color Cylindrical-coordinate representation of color #D765C0: hue angle of 312.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D765C0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 192 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.16 |
| HSL | 312.11º | 0.59% | 0.62% | - |
| HSV(B) | 312.11º | 0.53% | 0.84% | - |
| XYZ | 42.19 | 27.56 | 52.97 | - |
| YUV | 145.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 192 | 0 | 0.53 | 0.11 | 0.16 | 312.11 | 0.59 | 0.62 |
| Hex | D7 | 65 | C0 | 0 | 35 | B | 10 | 138 | 3B | 3E |
| Octal | 327 | 145 | 300 | 0 | 65 | 13 | 20 | 470 | 73 | 76 |
| Binary | 11010111 | 1100101 | 11000000 | 0 | 110101 | 1011 | 10000 | 100111000 | 111011 | 111110 |
Color Harmonies of #D765C0
Complementary color
Monochromatic Colors of #D765C0
Black with #D765C0
Text Example
Text Example
White with #D765C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765C0; }
p { color: rgb(215,101,192); }
H1.HeaderClassName
{
color: #D765C0;
}
.AnyTagClassName
{
color: #D765C0;
}
</style>
background-color css
<style>
a { background-color: #D765C0; }
a { background-color: rgb(215,101,192); }
div.DivClassName
{
background-color: #D765C0;
}
.BgClassName
{
background-color: #D765C0;
}
</style>
border-color css
<style>
span { border-color: #D765C0; }
span { border-color: rgb(215,101,192); }
td.TdClassName
{
border-color: #D765C0;
}
.TagClassName
{
border-color: #D765C0;
}
</style>