Shades of Orchid #D274BF
Tints of Orchid #D274BF
RGB
CMYK
RGB Variations
Color information
#D274BF (or 0xD274BF) is known color: Orchid. HEX triplet: D2, 74 and BF. RGB value is (210,116,191). Sum of RGB (Red+Green+Blue) = 210+116+191=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D274BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274BF is #2D8B40. Grayscale: #989898. Windows color (decimal): -2984769 or 12547282. OLE color: 12547282.
HSL color Cylindrical-coordinate representation of color #D274BF: hue angle of 312.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D274BF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 191 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.18 |
| HSL | 312.13º | 0.51% | 0.64% | - |
| HSV(B) | 312.13º | 0.45% | 0.82% | - |
| XYZ | 42.23 | 29.95 | 52.85 | - |
| YUV | 152.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 191 | 0 | 0.45 | 0.09 | 0.18 | 312.13 | 0.51 | 0.64 |
| Hex | D2 | 74 | BF | 0 | 2D | 9 | 12 | 138 | 33 | 40 |
| Octal | 322 | 164 | 277 | 0 | 55 | 11 | 22 | 470 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10111111 | 0 | 101101 | 1001 | 10010 | 100111000 | 110011 | 1000000 |
Color Harmonies of #D274BF
Complementary color
Monochromatic Colors of #D274BF
Black with #D274BF
Text Example
Text Example
White with #D274BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274BF; }
p { color: rgb(210,116,191); }
H1.HeaderClassName
{
color: #D274BF;
}
.AnyTagClassName
{
color: #D274BF;
}
</style>
background-color css
<style>
a { background-color: #D274BF; }
a { background-color: rgb(210,116,191); }
div.DivClassName
{
background-color: #D274BF;
}
.BgClassName
{
background-color: #D274BF;
}
</style>
border-color css
<style>
span { border-color: #D274BF; }
span { border-color: rgb(210,116,191); }
td.TdClassName
{
border-color: #D274BF;
}
.TagClassName
{
border-color: #D274BF;
}
</style>