Shades of Orchid #D766E0
Tints of Orchid #D766E0
RGB
CMYK
RGB Variations
Color information
#D766E0 (or 0xD766E0) is known color: Orchid. HEX triplet: D7, 66 and E0. RGB value is (215,102,224). Sum of RGB (Red+Green+Blue) = 215+102+224=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #D766E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766E0 is #28991F. Grayscale: #959595. Windows color (decimal): -2660640 or 14706391. OLE color: 14706391.
HSL color Cylindrical-coordinate representation of color #D766E0: hue angle of 295.57º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D766E0 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 102 | 224 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.12 |
| HSL | 295.57º | 0.66% | 0.64% | - |
| HSV(B) | 295.57º | 0.54% | 0.88% | - |
| XYZ | 46.23 | 29.33 | 73.75 | - |
| YUV | 149.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 224 | 0.04 | 0.54 | 0 | 0.12 | 295.57 | 0.66 | 0.64 |
| Hex | D7 | 66 | E0 | 4 | 36 | 0 | C | 128 | 42 | 40 |
| Octal | 327 | 146 | 340 | 4 | 66 | 0 | 14 | 450 | 102 | 100 |
| Binary | 11010111 | 1100110 | 11100000 | 100 | 110110 | 0 | 1100 | 100101000 | 1000010 | 1000000 |
Color Harmonies of #D766E0
Complementary color
Monochromatic Colors of #D766E0
Black with #D766E0
Text Example
Text Example
White with #D766E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766E0; }
p { color: rgb(215,102,224); }
H1.HeaderClassName
{
color: #D766E0;
}
.AnyTagClassName
{
color: #D766E0;
}
</style>
background-color css
<style>
a { background-color: #D766E0; }
a { background-color: rgb(215,102,224); }
div.DivClassName
{
background-color: #D766E0;
}
.BgClassName
{
background-color: #D766E0;
}
</style>
border-color css
<style>
span { border-color: #D766E0; }
span { border-color: rgb(215,102,224); }
td.TdClassName
{
border-color: #D766E0;
}
.TagClassName
{
border-color: #D766E0;
}
</style>