Shades of Orchid #D382DF
Tints of Orchid #D382DF
RGB
CMYK
RGB Variations
Color information
#D382DF (or 0xD382DF) is known color: Orchid. HEX triplet: D3, 82 and DF. RGB value is (211,130,223). Sum of RGB (Red+Green+Blue) = 211+130+223=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #D382DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382DF is #2C7D20. Grayscale: #A4A4A4. Windows color (decimal): -2915617 or 14648019. OLE color: 14648019.
HSL color Cylindrical-coordinate representation of color #D382DF: hue angle of 292.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D382DF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 130 | 223 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.13 |
| HSL | 292.26º | 0.59% | 0.69% | - |
| HSV(B) | 292.26º | 0.42% | 0.87% | - |
| XYZ | 48.17 | 35.14 | 74.06 | - |
| YUV | 164.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 223 | 0.05 | 0.42 | 0 | 0.13 | 292.26 | 0.59 | 0.69 |
| Hex | D3 | 82 | DF | 5 | 2A | 0 | D | 124 | 3B | 45 |
| Octal | 323 | 202 | 337 | 5 | 52 | 0 | 15 | 444 | 73 | 105 |
| Binary | 11010011 | 10000010 | 11011111 | 101 | 101010 | 0 | 1101 | 100100100 | 111011 | 1000101 |
Color Harmonies of #D382DF
Complementary color
Monochromatic Colors of #D382DF
Black with #D382DF
Text Example
Text Example
White with #D382DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382DF; }
p { color: rgb(211,130,223); }
H1.HeaderClassName
{
color: #D382DF;
}
.AnyTagClassName
{
color: #D382DF;
}
</style>
background-color css
<style>
a { background-color: #D382DF; }
a { background-color: rgb(211,130,223); }
div.DivClassName
{
background-color: #D382DF;
}
.BgClassName
{
background-color: #D382DF;
}
</style>
border-color css
<style>
span { border-color: #D382DF; }
span { border-color: rgb(211,130,223); }
td.TdClassName
{
border-color: #D382DF;
}
.TagClassName
{
border-color: #D382DF;
}
</style>