Shades of Orchid #D766C4
Tints of Orchid #D766C4
RGB
CMYK
RGB Variations
Color information
#D766C4 (or 0xD766C4) is known color: Orchid. HEX triplet: D7, 66 and C4. RGB value is (215,102,196). Sum of RGB (Red+Green+Blue) = 215+102+196=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D766C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766C4 is #28993B. Grayscale: #929292. Windows color (decimal): -2660668 or 12871383. OLE color: 12871383.
HSL color Cylindrical-coordinate representation of color #D766C4: hue angle of 310.09º 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 #D766C4 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 196 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.16 |
| HSL | 310.09º | 0.59% | 0.62% | - |
| HSV(B) | 310.09º | 0.53% | 0.84% | - |
| XYZ | 42.74 | 27.94 | 55.36 | - |
| YUV | 146.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 196 | 0 | 0.53 | 0.09 | 0.16 | 310.09 | 0.59 | 0.62 |
| Hex | D7 | 66 | C4 | 0 | 35 | 9 | 10 | 136 | 3B | 3E |
| Octal | 327 | 146 | 304 | 0 | 65 | 11 | 20 | 466 | 73 | 76 |
| Binary | 11010111 | 1100110 | 11000100 | 0 | 110101 | 1001 | 10000 | 100110110 | 111011 | 111110 |
Color Harmonies of #D766C4
Complementary color
Monochromatic Colors of #D766C4
Black with #D766C4
Text Example
Text Example
White with #D766C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766C4; }
p { color: rgb(215,102,196); }
H1.HeaderClassName
{
color: #D766C4;
}
.AnyTagClassName
{
color: #D766C4;
}
</style>
background-color css
<style>
a { background-color: #D766C4; }
a { background-color: rgb(215,102,196); }
div.DivClassName
{
background-color: #D766C4;
}
.BgClassName
{
background-color: #D766C4;
}
</style>
border-color css
<style>
span { border-color: #D766C4; }
span { border-color: rgb(215,102,196); }
td.TdClassName
{
border-color: #D766C4;
}
.TagClassName
{
border-color: #D766C4;
}
</style>