Shades of Orchid #D674D4
Tints of Orchid #D674D4
RGB
CMYK
RGB Variations
Color information
#D674D4 (or 0xD674D4) is known color: Orchid. HEX triplet: D6, 74 and D4. RGB value is (214,116,212). Sum of RGB (Red+Green+Blue) = 214+116+212=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D674D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674D4 is #298B2B. Grayscale: #9B9B9B. Windows color (decimal): -2722604 or 13923542. OLE color: 13923542.
HSL color Cylindrical-coordinate representation of color #D674D4: hue angle of 301.22º 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 #D674D4 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 212 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.16 |
| HSL | 301.22º | 0.54% | 0.65% | - |
| HSV(B) | 301.22º | 0.46% | 0.84% | - |
| XYZ | 45.86 | 31.54 | 65.96 | - |
| YUV | 156.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 212 | 0 | 0.46 | 0.01 | 0.16 | 301.22 | 0.54 | 0.65 |
| Hex | D6 | 74 | D4 | 0 | 2E | 1 | 10 | 12D | 36 | 41 |
| Octal | 326 | 164 | 324 | 0 | 56 | 1 | 20 | 455 | 66 | 101 |
| Binary | 11010110 | 1110100 | 11010100 | 0 | 101110 | 1 | 10000 | 100101101 | 110110 | 1000001 |
Color Harmonies of #D674D4
Complementary color
Monochromatic Colors of #D674D4
Black with #D674D4
Text Example
Text Example
White with #D674D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674D4; }
p { color: rgb(214,116,212); }
H1.HeaderClassName
{
color: #D674D4;
}
.AnyTagClassName
{
color: #D674D4;
}
</style>
background-color css
<style>
a { background-color: #D674D4; }
a { background-color: rgb(214,116,212); }
div.DivClassName
{
background-color: #D674D4;
}
.BgClassName
{
background-color: #D674D4;
}
</style>
border-color css
<style>
span { border-color: #D674D4; }
span { border-color: rgb(214,116,212); }
td.TdClassName
{
border-color: #D674D4;
}
.TagClassName
{
border-color: #D674D4;
}
</style>