Shades of Orchid #D674C6
Tints of Orchid #D674C6
RGB
CMYK
RGB Variations
Color information
#D674C6 (or 0xD674C6) is known color: Orchid. HEX triplet: D6, 74 and C6. RGB value is (214,116,198). Sum of RGB (Red+Green+Blue) = 214+116+198=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C6 is #298B39. Grayscale: #9A9A9A. Windows color (decimal): -2722618 or 13006038. OLE color: 13006038.
HSL color Cylindrical-coordinate representation of color #D674C6: hue angle of 309.8º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D674C6 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 198 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.16 |
| HSL | 309.8º | 0.54% | 0.65% | - |
| HSV(B) | 309.8º | 0.46% | 0.84% | - |
| XYZ | 44.17 | 30.86 | 57.06 | - |
| YUV | 154.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 198 | 0 | 0.46 | 0.07 | 0.16 | 309.8 | 0.54 | 0.65 |
| Hex | D6 | 74 | C6 | 0 | 2E | 7 | 10 | 136 | 36 | 41 |
| Octal | 326 | 164 | 306 | 0 | 56 | 7 | 20 | 466 | 66 | 101 |
| Binary | 11010110 | 1110100 | 11000110 | 0 | 101110 | 111 | 10000 | 100110110 | 110110 | 1000001 |
Color Harmonies of #D674C6
Complementary color
Monochromatic Colors of #D674C6
Black with #D674C6
Text Example
Text Example
White with #D674C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674C6; }
p { color: rgb(214,116,198); }
H1.HeaderClassName
{
color: #D674C6;
}
.AnyTagClassName
{
color: #D674C6;
}
</style>
background-color css
<style>
a { background-color: #D674C6; }
a { background-color: rgb(214,116,198); }
div.DivClassName
{
background-color: #D674C6;
}
.BgClassName
{
background-color: #D674C6;
}
</style>
border-color css
<style>
span { border-color: #D674C6; }
span { border-color: rgb(214,116,198); }
td.TdClassName
{
border-color: #D674C6;
}
.TagClassName
{
border-color: #D674C6;
}
</style>