Shades of Orchid #D380D7
Tints of Orchid #D380D7
RGB
CMYK
RGB Variations
Color information
#D380D7 (or 0xD380D7) is known color: Orchid. HEX triplet: D3, 80 and D7. RGB value is (211,128,215). Sum of RGB (Red+Green+Blue) = 211+128+215=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #D380D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380D7 is #2C7F28. Grayscale: #A2A2A2. Windows color (decimal): -2916137 or 14123219. OLE color: 14123219.
HSL color Cylindrical-coordinate representation of color #D380D7: hue angle of 297.24º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D380D7 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 128 | 215 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.16 |
| HSL | 297.24º | 0.52% | 0.67% | - |
| HSV(B) | 297.24º | 0.4% | 0.84% | - |
| XYZ | 46.85 | 34.19 | 68.42 | - |
| YUV | 162.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 215 | 0.02 | 0.40 | 0 | 0.16 | 297.24 | 0.52 | 0.67 |
| Hex | D3 | 80 | D7 | 2 | 28 | 0 | 10 | 129 | 34 | 43 |
| Octal | 323 | 200 | 327 | 2 | 50 | 0 | 20 | 451 | 64 | 103 |
| Binary | 11010011 | 10000000 | 11010111 | 10 | 101000 | 0 | 10000 | 100101001 | 110100 | 1000011 |
Color Harmonies of #D380D7
Complementary color
Monochromatic Colors of #D380D7
Black with #D380D7
Text Example
Text Example
White with #D380D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380D7; }
p { color: rgb(211,128,215); }
H1.HeaderClassName
{
color: #D380D7;
}
.AnyTagClassName
{
color: #D380D7;
}
</style>
background-color css
<style>
a { background-color: #D380D7; }
a { background-color: rgb(211,128,215); }
div.DivClassName
{
background-color: #D380D7;
}
.BgClassName
{
background-color: #D380D7;
}
</style>
border-color css
<style>
span { border-color: #D380D7; }
span { border-color: rgb(211,128,215); }
td.TdClassName
{
border-color: #D380D7;
}
.TagClassName
{
border-color: #D380D7;
}
</style>