Shades of Orchid #D766C6
Tints of Orchid #D766C6
RGB
CMYK
RGB Variations
Color information
#D766C6 (or 0xD766C6) is known color: Orchid. HEX triplet: D7, 66 and C6. RGB value is (215,102,198). Sum of RGB (Red+Green+Blue) = 215+102+198=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D766C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766C6 is #289939. Grayscale: #929292. Windows color (decimal): -2660666 or 13002455. OLE color: 13002455.
HSL color Cylindrical-coordinate representation of color #D766C6: hue angle of 309.03º 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 #D766C6 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 198 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.16 |
| HSL | 309.03º | 0.59% | 0.62% | - |
| HSV(B) | 309.03º | 0.53% | 0.84% | - |
| XYZ | 42.97 | 28.03 | 56.57 | - |
| YUV | 146.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 198 | 0 | 0.53 | 0.08 | 0.16 | 309.03 | 0.59 | 0.62 |
| Hex | D7 | 66 | C6 | 0 | 35 | 8 | 10 | 135 | 3B | 3E |
| Octal | 327 | 146 | 306 | 0 | 65 | 10 | 20 | 465 | 73 | 76 |
| Binary | 11010111 | 1100110 | 11000110 | 0 | 110101 | 1000 | 10000 | 100110101 | 111011 | 111110 |
Color Harmonies of #D766C6
Complementary color
Monochromatic Colors of #D766C6
Black with #D766C6
Text Example
Text Example
White with #D766C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766C6; }
p { color: rgb(215,102,198); }
H1.HeaderClassName
{
color: #D766C6;
}
.AnyTagClassName
{
color: #D766C6;
}
</style>
background-color css
<style>
a { background-color: #D766C6; }
a { background-color: rgb(215,102,198); }
div.DivClassName
{
background-color: #D766C6;
}
.BgClassName
{
background-color: #D766C6;
}
</style>
border-color css
<style>
span { border-color: #D766C6; }
span { border-color: rgb(215,102,198); }
td.TdClassName
{
border-color: #D766C6;
}
.TagClassName
{
border-color: #D766C6;
}
</style>