Shades of Orchid #D766E5
Tints of Orchid #D766E5
RGB
CMYK
RGB Variations
Color information
#D766E5 (or 0xD766E5) is known color: Orchid. HEX triplet: D7, 66 and E5. RGB value is (215,102,229). Sum of RGB (Red+Green+Blue) = 215+102+229=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #D766E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766E5 is #28991A. Grayscale: #959595. Windows color (decimal): -2660635 or 15034071. OLE color: 15034071.
HSL color Cylindrical-coordinate representation of color #D766E5: hue angle of 293.39º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D766E5 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 102 | 229 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.10 |
| HSL | 293.39º | 0.71% | 0.65% | - |
| HSV(B) | 293.39º | 0.55% | 0.9% | - |
| XYZ | 46.92 | 29.61 | 77.37 | - |
| YUV | 150.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 229 | 0.06 | 0.55 | 0 | 0.10 | 293.39 | 0.71 | 0.65 |
| Hex | D7 | 66 | E5 | 6 | 37 | 0 | A | 125 | 47 | 41 |
| Octal | 327 | 146 | 345 | 6 | 67 | 0 | 12 | 445 | 107 | 101 |
| Binary | 11010111 | 1100110 | 11100101 | 110 | 110111 | 0 | 1010 | 100100101 | 1000111 | 1000001 |
Color Harmonies of #D766E5
Complementary color
Monochromatic Colors of #D766E5
Black with #D766E5
Text Example
Text Example
White with #D766E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766E5; }
p { color: rgb(215,102,229); }
H1.HeaderClassName
{
color: #D766E5;
}
.AnyTagClassName
{
color: #D766E5;
}
</style>
background-color css
<style>
a { background-color: #D766E5; }
a { background-color: rgb(215,102,229); }
div.DivClassName
{
background-color: #D766E5;
}
.BgClassName
{
background-color: #D766E5;
}
</style>
border-color css
<style>
span { border-color: #D766E5; }
span { border-color: rgb(215,102,229); }
td.TdClassName
{
border-color: #D766E5;
}
.TagClassName
{
border-color: #D766E5;
}
</style>