Shades of Orchid #D675BB
Tints of Orchid #D675BB
RGB
CMYK
RGB Variations
Color information
#D675BB (or 0xD675BB) is known color: Orchid. HEX triplet: D6, 75 and BB. RGB value is (214,117,187). Sum of RGB (Red+Green+Blue) = 214+117+187=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D675BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675BB is #298A44. Grayscale: #999999. Windows color (decimal): -2722373 or 12285398. OLE color: 12285398.
HSL color Cylindrical-coordinate representation of color #D675BB: hue angle of 316.7º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D675BB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 187 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.16 |
| HSL | 316.7º | 0.54% | 0.65% | - |
| HSV(B) | 316.7º | 0.45% | 0.84% | - |
| XYZ | 43.06 | 30.61 | 50.65 | - |
| YUV | 153.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 187 | 0 | 0.45 | 0.13 | 0.16 | 316.7 | 0.54 | 0.65 |
| Hex | D6 | 75 | BB | 0 | 2D | D | 10 | 13D | 36 | 41 |
| Octal | 326 | 165 | 273 | 0 | 55 | 15 | 20 | 475 | 66 | 101 |
| Binary | 11010110 | 1110101 | 10111011 | 0 | 101101 | 1101 | 10000 | 100111101 | 110110 | 1000001 |
Color Harmonies of #D675BB
Complementary color
Monochromatic Colors of #D675BB
Black with #D675BB
Text Example
Text Example
White with #D675BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675BB; }
p { color: rgb(214,117,187); }
H1.HeaderClassName
{
color: #D675BB;
}
.AnyTagClassName
{
color: #D675BB;
}
</style>
background-color css
<style>
a { background-color: #D675BB; }
a { background-color: rgb(214,117,187); }
div.DivClassName
{
background-color: #D675BB;
}
.BgClassName
{
background-color: #D675BB;
}
</style>
border-color css
<style>
span { border-color: #D675BB; }
span { border-color: rgb(214,117,187); }
td.TdClassName
{
border-color: #D675BB;
}
.TagClassName
{
border-color: #D675BB;
}
</style>