Shades of Orchid #D372DF
Tints of Orchid #D372DF
RGB
CMYK
RGB Variations
Color information
#D372DF (or 0xD372DF) is known color: Orchid. HEX triplet: D3, 72 and DF. RGB value is (211,114,223). Sum of RGB (Red+Green+Blue) = 211+114+223=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D372DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372DF is #2C8D20. Grayscale: #9B9B9B. Windows color (decimal): -2919713 or 14643923. OLE color: 14643923.
HSL color Cylindrical-coordinate representation of color #D372DF: hue angle of 293.39º 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 #D372DF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 114 | 223 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.13 |
| HSL | 293.39º | 0.63% | 0.66% | - |
| HSV(B) | 293.39º | 0.49% | 0.87% | - |
| XYZ | 46.2 | 31.21 | 73.4 | - |
| YUV | 155.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 223 | 0.05 | 0.49 | 0 | 0.13 | 293.39 | 0.63 | 0.66 |
| Hex | D3 | 72 | DF | 5 | 31 | 0 | D | 125 | 3F | 42 |
| Octal | 323 | 162 | 337 | 5 | 61 | 0 | 15 | 445 | 77 | 102 |
| Binary | 11010011 | 1110010 | 11011111 | 101 | 110001 | 0 | 1101 | 100100101 | 111111 | 1000010 |
Color Harmonies of #D372DF
Complementary color
Monochromatic Colors of #D372DF
Black with #D372DF
Text Example
Text Example
White with #D372DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372DF; }
p { color: rgb(211,114,223); }
H1.HeaderClassName
{
color: #D372DF;
}
.AnyTagClassName
{
color: #D372DF;
}
</style>
background-color css
<style>
a { background-color: #D372DF; }
a { background-color: rgb(211,114,223); }
div.DivClassName
{
background-color: #D372DF;
}
.BgClassName
{
background-color: #D372DF;
}
</style>
border-color css
<style>
span { border-color: #D372DF; }
span { border-color: rgb(211,114,223); }
td.TdClassName
{
border-color: #D372DF;
}
.TagClassName
{
border-color: #D372DF;
}
</style>