Shades of Orchid #D766BD
Tints of Orchid #D766BD
RGB
CMYK
RGB Variations
Color information
#D766BD (or 0xD766BD) is known color: Orchid. HEX triplet: D7, 66 and BD. RGB value is (215,102,189). Sum of RGB (Red+Green+Blue) = 215+102+189=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D766BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766BD is #289942. Grayscale: #919191. Windows color (decimal): -2660675 or 12412631. OLE color: 12412631.
HSL color Cylindrical-coordinate representation of color #D766BD: hue angle of 313.81º 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 #D766BD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 189 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.16 |
| HSL | 313.81º | 0.59% | 0.62% | - |
| HSV(B) | 313.81º | 0.53% | 0.84% | - |
| XYZ | 41.96 | 27.62 | 51.26 | - |
| YUV | 145.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 189 | 0 | 0.53 | 0.12 | 0.16 | 313.81 | 0.59 | 0.62 |
| Hex | D7 | 66 | BD | 0 | 35 | C | 10 | 13A | 3B | 3E |
| Octal | 327 | 146 | 275 | 0 | 65 | 14 | 20 | 472 | 73 | 76 |
| Binary | 11010111 | 1100110 | 10111101 | 0 | 110101 | 1100 | 10000 | 100111010 | 111011 | 111110 |
Color Harmonies of #D766BD
Complementary color
Monochromatic Colors of #D766BD
Black with #D766BD
Text Example
Text Example
White with #D766BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766BD; }
p { color: rgb(215,102,189); }
H1.HeaderClassName
{
color: #D766BD;
}
.AnyTagClassName
{
color: #D766BD;
}
</style>
background-color css
<style>
a { background-color: #D766BD; }
a { background-color: rgb(215,102,189); }
div.DivClassName
{
background-color: #D766BD;
}
.BgClassName
{
background-color: #D766BD;
}
</style>
border-color css
<style>
span { border-color: #D766BD; }
span { border-color: rgb(215,102,189); }
td.TdClassName
{
border-color: #D766BD;
}
.TagClassName
{
border-color: #D766BD;
}
</style>