Shades of Orchid #D672D4
Tints of Orchid #D672D4
RGB
CMYK
RGB Variations
Color information
#D672D4 (or 0xD672D4) is known color: Orchid. HEX triplet: D6, 72 and D4. RGB value is (214,114,212). Sum of RGB (Red+Green+Blue) = 214+114+212=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D672D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672D4 is #298D2B. Grayscale: #9A9A9A. Windows color (decimal): -2723116 or 13923030. OLE color: 13923030.
HSL color Cylindrical-coordinate representation of color #D672D4: hue angle of 301.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672D4 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 212 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.16 |
| HSL | 301.2º | 0.55% | 0.64% | - |
| HSV(B) | 301.2º | 0.47% | 0.84% | - |
| XYZ | 45.63 | 31.08 | 65.88 | - |
| YUV | 155.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 212 | 0 | 0.47 | 0.01 | 0.16 | 301.2 | 0.55 | 0.64 |
| Hex | D6 | 72 | D4 | 0 | 2F | 1 | 10 | 12D | 37 | 40 |
| Octal | 326 | 162 | 324 | 0 | 57 | 1 | 20 | 455 | 67 | 100 |
| Binary | 11010110 | 1110010 | 11010100 | 0 | 101111 | 1 | 10000 | 100101101 | 110111 | 1000000 |
Color Harmonies of #D672D4
Complementary color
Monochromatic Colors of #D672D4
Black with #D672D4
Text Example
Text Example
White with #D672D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672D4; }
p { color: rgb(214,114,212); }
H1.HeaderClassName
{
color: #D672D4;
}
.AnyTagClassName
{
color: #D672D4;
}
</style>
background-color css
<style>
a { background-color: #D672D4; }
a { background-color: rgb(214,114,212); }
div.DivClassName
{
background-color: #D672D4;
}
.BgClassName
{
background-color: #D672D4;
}
</style>
border-color css
<style>
span { border-color: #D672D4; }
span { border-color: rgb(214,114,212); }
td.TdClassName
{
border-color: #D672D4;
}
.TagClassName
{
border-color: #D672D4;
}
</style>