Shades of Orchid #D582C5
Tints of Orchid #D582C5
RGB
CMYK
RGB Variations
Color information
#D582C5 (or 0xD582C5) is known color: Orchid. HEX triplet: D5, 82 and C5. RGB value is (213,130,197). Sum of RGB (Red+Green+Blue) = 213+130+197=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D582C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582C5 is #2A7D3A. Grayscale: #A2A2A2. Windows color (decimal): -2784571 or 12944085. OLE color: 12944085.
HSL color Cylindrical-coordinate representation of color #D582C5: hue angle of 311.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D582C5 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 197 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.16 |
| HSL | 311.57º | 0.5% | 0.67% | - |
| HSV(B) | 311.57º | 0.39% | 0.84% | - |
| XYZ | 45.5 | 34.14 | 57.02 | - |
| YUV | 162.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 197 | 0 | 0.39 | 0.08 | 0.16 | 311.57 | 0.5 | 0.67 |
| Hex | D5 | 82 | C5 | 0 | 27 | 8 | 10 | 138 | 32 | 43 |
| Octal | 325 | 202 | 305 | 0 | 47 | 10 | 20 | 470 | 62 | 103 |
| Binary | 11010101 | 10000010 | 11000101 | 0 | 100111 | 1000 | 10000 | 100111000 | 110010 | 1000011 |
Color Harmonies of #D582C5
Complementary color
Monochromatic Colors of #D582C5
Black with #D582C5
Text Example
Text Example
White with #D582C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582C5; }
p { color: rgb(213,130,197); }
H1.HeaderClassName
{
color: #D582C5;
}
.AnyTagClassName
{
color: #D582C5;
}
</style>
background-color css
<style>
a { background-color: #D582C5; }
a { background-color: rgb(213,130,197); }
div.DivClassName
{
background-color: #D582C5;
}
.BgClassName
{
background-color: #D582C5;
}
</style>
border-color css
<style>
span { border-color: #D582C5; }
span { border-color: rgb(213,130,197); }
td.TdClassName
{
border-color: #D582C5;
}
.TagClassName
{
border-color: #D582C5;
}
</style>