Shades of Orchid #D582CB
Tints of Orchid #D582CB
RGB
CMYK
RGB Variations
Color information
#D582CB (or 0xD582CB) is known color: Orchid. HEX triplet: D5, 82 and CB. RGB value is (213,130,203). Sum of RGB (Red+Green+Blue) = 213+130+203=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D582CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582CB is #2A7D34. Grayscale: #A2A2A2. Windows color (decimal): -2784565 or 13337301. OLE color: 13337301.
HSL color Cylindrical-coordinate representation of color #D582CB: hue angle of 307.23º 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 #D582CB is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 203 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.16 |
| HSL | 307.23º | 0.5% | 0.67% | - |
| HSV(B) | 307.23º | 0.39% | 0.84% | - |
| XYZ | 46.2 | 34.42 | 60.71 | - |
| YUV | 163.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 203 | 0 | 0.39 | 0.05 | 0.16 | 307.23 | 0.5 | 0.67 |
| Hex | D5 | 82 | CB | 0 | 27 | 5 | 10 | 133 | 32 | 43 |
| Octal | 325 | 202 | 313 | 0 | 47 | 5 | 20 | 463 | 62 | 103 |
| Binary | 11010101 | 10000010 | 11001011 | 0 | 100111 | 101 | 10000 | 100110011 | 110010 | 1000011 |
Color Harmonies of #D582CB
Complementary color
Monochromatic Colors of #D582CB
Black with #D582CB
Text Example
Text Example
White with #D582CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D582CB; }
p { color: rgb(213,130,203); }
H1.HeaderClassName
{
color: #D582CB;
}
.AnyTagClassName
{
color: #D582CB;
}
</style>
background-color css
<style>
a { background-color: #D582CB; }
a { background-color: rgb(213,130,203); }
div.DivClassName
{
background-color: #D582CB;
}
.BgClassName
{
background-color: #D582CB;
}
</style>
border-color css
<style>
span { border-color: #D582CB; }
span { border-color: rgb(213,130,203); }
td.TdClassName
{
border-color: #D582CB;
}
.TagClassName
{
border-color: #D582CB;
}
</style>