Shades of Orchid #D675BD
Tints of Orchid #D675BD
RGB
CMYK
RGB Variations
Color information
#D675BD (or 0xD675BD) is known color: Orchid. HEX triplet: D6, 75 and BD. RGB value is (214,117,189). Sum of RGB (Red+Green+Blue) = 214+117+189=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D675BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675BD is #298A42. Grayscale: #9A9A9A. Windows color (decimal): -2722371 or 12416470. OLE color: 12416470.
HSL color Cylindrical-coordinate representation of color #D675BD: hue angle of 315.46º 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 #D675BD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 189 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.16 |
| HSL | 315.46º | 0.54% | 0.65% | - |
| HSV(B) | 315.46º | 0.45% | 0.84% | - |
| XYZ | 43.28 | 30.69 | 51.79 | - |
| YUV | 154.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 189 | 0 | 0.45 | 0.12 | 0.16 | 315.46 | 0.54 | 0.65 |
| Hex | D6 | 75 | BD | 0 | 2D | C | 10 | 13B | 36 | 41 |
| Octal | 326 | 165 | 275 | 0 | 55 | 14 | 20 | 473 | 66 | 101 |
| Binary | 11010110 | 1110101 | 10111101 | 0 | 101101 | 1100 | 10000 | 100111011 | 110110 | 1000001 |
Color Harmonies of #D675BD
Complementary color
Monochromatic Colors of #D675BD
Black with #D675BD
Text Example
Text Example
White with #D675BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675BD; }
p { color: rgb(214,117,189); }
H1.HeaderClassName
{
color: #D675BD;
}
.AnyTagClassName
{
color: #D675BD;
}
</style>
background-color css
<style>
a { background-color: #D675BD; }
a { background-color: rgb(214,117,189); }
div.DivClassName
{
background-color: #D675BD;
}
.BgClassName
{
background-color: #D675BD;
}
</style>
border-color css
<style>
span { border-color: #D675BD; }
span { border-color: rgb(214,117,189); }
td.TdClassName
{
border-color: #D675BD;
}
.TagClassName
{
border-color: #D675BD;
}
</style>