Shades of Orchid #D674D5
Tints of Orchid #D674D5
RGB
CMYK
RGB Variations
Color information
#D674D5 (or 0xD674D5) is known color: Orchid. HEX triplet: D6, 74 and D5. RGB value is (214,116,213). Sum of RGB (Red+Green+Blue) = 214+116+213=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D674D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674D5 is #298B2A. Grayscale: #9C9C9C. Windows color (decimal): -2722603 or 13989078. OLE color: 13989078.
HSL color Cylindrical-coordinate representation of color #D674D5: hue angle of 300.61º 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 #D674D5 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 213 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.16 |
| HSL | 300.61º | 0.54% | 0.65% | - |
| HSV(B) | 300.61º | 0.46% | 0.84% | - |
| XYZ | 45.99 | 31.59 | 66.62 | - |
| YUV | 156.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 213 | 0 | 0.46 | 0.00 | 0.16 | 300.61 | 0.54 | 0.65 |
| Hex | D6 | 74 | D5 | 0 | 2E | 0 | 10 | 12D | 36 | 41 |
| Octal | 326 | 164 | 325 | 0 | 56 | 0 | 20 | 455 | 66 | 101 |
| Binary | 11010110 | 1110100 | 11010101 | 0 | 101110 | 0 | 10000 | 100101101 | 110110 | 1000001 |
Color Harmonies of #D674D5
Complementary color
Monochromatic Colors of #D674D5
Black with #D674D5
Text Example
Text Example
White with #D674D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674D5; }
p { color: rgb(214,116,213); }
H1.HeaderClassName
{
color: #D674D5;
}
.AnyTagClassName
{
color: #D674D5;
}
</style>
background-color css
<style>
a { background-color: #D674D5; }
a { background-color: rgb(214,116,213); }
div.DivClassName
{
background-color: #D674D5;
}
.BgClassName
{
background-color: #D674D5;
}
</style>
border-color css
<style>
span { border-color: #D674D5; }
span { border-color: rgb(214,116,213); }
td.TdClassName
{
border-color: #D674D5;
}
.TagClassName
{
border-color: #D674D5;
}
</style>