Shades of Orchid #D580C3
Tints of Orchid #D580C3
RGB
CMYK
RGB Variations
Color information
#D580C3 (or 0xD580C3) is known color: Orchid. HEX triplet: D5, 80 and C3. RGB value is (213,128,195). Sum of RGB (Red+Green+Blue) = 213+128+195=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D580C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580C3 is #2A7F3C. Grayscale: #A0A0A0. Windows color (decimal): -2785085 or 12812501. OLE color: 12812501.
HSL color Cylindrical-coordinate representation of color #D580C3: hue angle of 312.71º degrees, saturation: 0.5, 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 #D580C3 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 195 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.16 |
| HSL | 312.71º | 0.5% | 0.67% | - |
| HSV(B) | 312.71º | 0.4% | 0.84% | - |
| XYZ | 45.01 | 33.52 | 55.73 | - |
| YUV | 161.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 195 | 0 | 0.40 | 0.08 | 0.16 | 312.71 | 0.5 | 0.67 |
| Hex | D5 | 80 | C3 | 0 | 28 | 8 | 10 | 139 | 32 | 43 |
| Octal | 325 | 200 | 303 | 0 | 50 | 10 | 20 | 471 | 62 | 103 |
| Binary | 11010101 | 10000000 | 11000011 | 0 | 101000 | 1000 | 10000 | 100111001 | 110010 | 1000011 |
Color Harmonies of #D580C3
Complementary color
Monochromatic Colors of #D580C3
Black with #D580C3
Text Example
Text Example
White with #D580C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580C3; }
p { color: rgb(213,128,195); }
H1.HeaderClassName
{
color: #D580C3;
}
.AnyTagClassName
{
color: #D580C3;
}
</style>
background-color css
<style>
a { background-color: #D580C3; }
a { background-color: rgb(213,128,195); }
div.DivClassName
{
background-color: #D580C3;
}
.BgClassName
{
background-color: #D580C3;
}
</style>
border-color css
<style>
span { border-color: #D580C3; }
span { border-color: rgb(213,128,195); }
td.TdClassName
{
border-color: #D580C3;
}
.TagClassName
{
border-color: #D580C3;
}
</style>