Shades of Orchid #D672DF
Tints of Orchid #D672DF
RGB
CMYK
RGB Variations
Color information
#D672DF (or 0xD672DF) is known color: Orchid. HEX triplet: D6, 72 and DF. RGB value is (214,114,223). Sum of RGB (Red+Green+Blue) = 214+114+223=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #D672DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672DF is #298D20. Grayscale: #9B9B9B. Windows color (decimal): -2723105 or 14643926. OLE color: 14643926.
HSL color Cylindrical-coordinate representation of color #D672DF: hue angle of 295.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D672DF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 114 | 223 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.13 |
| HSL | 295.05º | 0.63% | 0.66% | - |
| HSV(B) | 295.05º | 0.49% | 0.87% | - |
| XYZ | 47.07 | 31.66 | 73.44 | - |
| YUV | 156.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 223 | 0.04 | 0.49 | 0 | 0.13 | 295.05 | 0.63 | 0.66 |
| Hex | D6 | 72 | DF | 4 | 31 | 0 | D | 127 | 3F | 42 |
| Octal | 326 | 162 | 337 | 4 | 61 | 0 | 15 | 447 | 77 | 102 |
| Binary | 11010110 | 1110010 | 11011111 | 100 | 110001 | 0 | 1101 | 100100111 | 111111 | 1000010 |
Color Harmonies of #D672DF
Complementary color
Monochromatic Colors of #D672DF
Black with #D672DF
Text Example
Text Example
White with #D672DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672DF; }
p { color: rgb(214,114,223); }
H1.HeaderClassName
{
color: #D672DF;
}
.AnyTagClassName
{
color: #D672DF;
}
</style>
background-color css
<style>
a { background-color: #D672DF; }
a { background-color: rgb(214,114,223); }
div.DivClassName
{
background-color: #D672DF;
}
.BgClassName
{
background-color: #D672DF;
}
</style>
border-color css
<style>
span { border-color: #D672DF; }
span { border-color: rgb(214,114,223); }
td.TdClassName
{
border-color: #D672DF;
}
.TagClassName
{
border-color: #D672DF;
}
</style>