Shades of Orchid #D674C0
Tints of Orchid #D674C0
RGB
CMYK
RGB Variations
Color information
#D674C0 (or 0xD674C0) is known color: Orchid. HEX triplet: D6, 74 and C0. RGB value is (214,116,192). Sum of RGB (Red+Green+Blue) = 214+116+192=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C0 is #298B3F. Grayscale: #999999. Windows color (decimal): -2722624 or 12612822. OLE color: 12612822.
HSL color Cylindrical-coordinate representation of color #D674C0: hue angle of 313.47º 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 #D674C0 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 192 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.16 |
| HSL | 313.47º | 0.54% | 0.65% | - |
| HSV(B) | 313.47º | 0.46% | 0.84% | - |
| XYZ | 43.49 | 30.59 | 53.48 | - |
| YUV | 153.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 192 | 0 | 0.46 | 0.10 | 0.16 | 313.47 | 0.54 | 0.65 |
| Hex | D6 | 74 | C0 | 0 | 2E | A | 10 | 139 | 36 | 41 |
| Octal | 326 | 164 | 300 | 0 | 56 | 12 | 20 | 471 | 66 | 101 |
| Binary | 11010110 | 1110100 | 11000000 | 0 | 101110 | 1010 | 10000 | 100111001 | 110110 | 1000001 |
Color Harmonies of #D674C0
Complementary color
Monochromatic Colors of #D674C0
Black with #D674C0
Text Example
Text Example
White with #D674C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674C0; }
p { color: rgb(214,116,192); }
H1.HeaderClassName
{
color: #D674C0;
}
.AnyTagClassName
{
color: #D674C0;
}
</style>
background-color css
<style>
a { background-color: #D674C0; }
a { background-color: rgb(214,116,192); }
div.DivClassName
{
background-color: #D674C0;
}
.BgClassName
{
background-color: #D674C0;
}
</style>
border-color css
<style>
span { border-color: #D674C0; }
span { border-color: rgb(214,116,192); }
td.TdClassName
{
border-color: #D674C0;
}
.TagClassName
{
border-color: #D674C0;
}
</style>