Shades of Orchid #D766C2
Tints of Orchid #D766C2
RGB
CMYK
RGB Variations
Color information
#D766C2 (or 0xD766C2) is known color: Orchid. HEX triplet: D7, 66 and C2. RGB value is (215,102,194). Sum of RGB (Red+Green+Blue) = 215+102+194=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D766C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766C2 is #28993D. Grayscale: #929292. Windows color (decimal): -2660670 or 12740311. OLE color: 12740311.
HSL color Cylindrical-coordinate representation of color #D766C2: hue angle of 311.15º 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 #D766C2 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 194 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.16 |
| HSL | 311.15º | 0.59% | 0.62% | - |
| HSV(B) | 311.15º | 0.53% | 0.84% | - |
| XYZ | 42.51 | 27.84 | 54.17 | - |
| YUV | 146.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 194 | 0 | 0.53 | 0.10 | 0.16 | 311.15 | 0.59 | 0.62 |
| Hex | D7 | 66 | C2 | 0 | 35 | A | 10 | 137 | 3B | 3E |
| Octal | 327 | 146 | 302 | 0 | 65 | 12 | 20 | 467 | 73 | 76 |
| Binary | 11010111 | 1100110 | 11000010 | 0 | 110101 | 1010 | 10000 | 100110111 | 111011 | 111110 |
Color Harmonies of #D766C2
Complementary color
Monochromatic Colors of #D766C2
Black with #D766C2
Text Example
Text Example
White with #D766C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766C2; }
p { color: rgb(215,102,194); }
H1.HeaderClassName
{
color: #D766C2;
}
.AnyTagClassName
{
color: #D766C2;
}
</style>
background-color css
<style>
a { background-color: #D766C2; }
a { background-color: rgb(215,102,194); }
div.DivClassName
{
background-color: #D766C2;
}
.BgClassName
{
background-color: #D766C2;
}
</style>
border-color css
<style>
span { border-color: #D766C2; }
span { border-color: rgb(215,102,194); }
td.TdClassName
{
border-color: #D766C2;
}
.TagClassName
{
border-color: #D766C2;
}
</style>