Shades of Orchid #D765C8
Tints of Orchid #D765C8
RGB
CMYK
RGB Variations
Color information
#D765C8 (or 0xD765C8) is known color: Orchid. HEX triplet: D7, 65 and C8. RGB value is (215,101,200). Sum of RGB (Red+Green+Blue) = 215+101+200=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D765C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765C8 is #289A37. Grayscale: #929292. Windows color (decimal): -2660920 or 13133271. OLE color: 13133271.
HSL color Cylindrical-coordinate representation of color #D765C8: hue angle of 307.89º 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 #D765C8 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 200 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.16 |
| HSL | 307.89º | 0.59% | 0.62% | - |
| HSV(B) | 307.89º | 0.53% | 0.84% | - |
| XYZ | 43.1 | 27.92 | 57.76 | - |
| YUV | 146.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 200 | 0 | 0.53 | 0.07 | 0.16 | 307.89 | 0.59 | 0.62 |
| Hex | D7 | 65 | C8 | 0 | 35 | 7 | 10 | 134 | 3B | 3E |
| Octal | 327 | 145 | 310 | 0 | 65 | 7 | 20 | 464 | 73 | 76 |
| Binary | 11010111 | 1100101 | 11001000 | 0 | 110101 | 111 | 10000 | 100110100 | 111011 | 111110 |
Color Harmonies of #D765C8
Complementary color
Monochromatic Colors of #D765C8
Black with #D765C8
Text Example
Text Example
White with #D765C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765C8; }
p { color: rgb(215,101,200); }
H1.HeaderClassName
{
color: #D765C8;
}
.AnyTagClassName
{
color: #D765C8;
}
</style>
background-color css
<style>
a { background-color: #D765C8; }
a { background-color: rgb(215,101,200); }
div.DivClassName
{
background-color: #D765C8;
}
.BgClassName
{
background-color: #D765C8;
}
</style>
border-color css
<style>
span { border-color: #D765C8; }
span { border-color: rgb(215,101,200); }
td.TdClassName
{
border-color: #D765C8;
}
.TagClassName
{
border-color: #D765C8;
}
</style>