Shades of Orchid #D766CE
Tints of Orchid #D766CE
RGB
CMYK
RGB Variations
Color information
#D766CE (or 0xD766CE) is known color: Orchid. HEX triplet: D7, 66 and CE. RGB value is (215,102,206). Sum of RGB (Red+Green+Blue) = 215+102+206=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D766CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766CE is #289931. Grayscale: #939393. Windows color (decimal): -2660658 or 13526743. OLE color: 13526743.
HSL color Cylindrical-coordinate representation of color #D766CE: hue angle of 304.78º 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 #D766CE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 206 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.16 |
| HSL | 304.78º | 0.59% | 0.62% | - |
| HSV(B) | 304.78º | 0.53% | 0.84% | - |
| XYZ | 43.92 | 28.41 | 61.56 | - |
| YUV | 147.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 206 | 0 | 0.53 | 0.04 | 0.16 | 304.78 | 0.59 | 0.62 |
| Hex | D7 | 66 | CE | 0 | 35 | 4 | 10 | 131 | 3B | 3E |
| Octal | 327 | 146 | 316 | 0 | 65 | 4 | 20 | 461 | 73 | 76 |
| Binary | 11010111 | 1100110 | 11001110 | 0 | 110101 | 100 | 10000 | 100110001 | 111011 | 111110 |
Color Harmonies of #D766CE
Complementary color
Monochromatic Colors of #D766CE
Black with #D766CE
Text Example
Text Example
White with #D766CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766CE; }
p { color: rgb(215,102,206); }
H1.HeaderClassName
{
color: #D766CE;
}
.AnyTagClassName
{
color: #D766CE;
}
</style>
background-color css
<style>
a { background-color: #D766CE; }
a { background-color: rgb(215,102,206); }
div.DivClassName
{
background-color: #D766CE;
}
.BgClassName
{
background-color: #D766CE;
}
</style>
border-color css
<style>
span { border-color: #D766CE; }
span { border-color: rgb(215,102,206); }
td.TdClassName
{
border-color: #D766CE;
}
.TagClassName
{
border-color: #D766CE;
}
</style>