Shades of Orchid #D580C4
Tints of Orchid #D580C4
RGB
CMYK
RGB Variations
Color information
#D580C4 (or 0xD580C4) is known color: Orchid. HEX triplet: D5, 80 and C4. RGB value is (213,128,196). Sum of RGB (Red+Green+Blue) = 213+128+196=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D580C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580C4 is #2A7F3B. Grayscale: #A0A0A0. Windows color (decimal): -2785084 or 12878037. OLE color: 12878037.
HSL color Cylindrical-coordinate representation of color #D580C4: hue angle of 312º 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 #D580C4 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 196 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.16 |
| HSL | 312º | 0.5% | 0.67% | - |
| HSV(B) | 312º | 0.4% | 0.84% | - |
| XYZ | 45.12 | 33.57 | 56.33 | - |
| YUV | 161.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 196 | 0 | 0.40 | 0.08 | 0.16 | 312 | 0.5 | 0.67 |
| Hex | D5 | 80 | C4 | 0 | 28 | 8 | 10 | 138 | 32 | 43 |
| Octal | 325 | 200 | 304 | 0 | 50 | 10 | 20 | 470 | 62 | 103 |
| Binary | 11010101 | 10000000 | 11000100 | 0 | 101000 | 1000 | 10000 | 100111000 | 110010 | 1000011 |
Color Harmonies of #D580C4
Complementary color
Monochromatic Colors of #D580C4
Black with #D580C4
Text Example
Text Example
White with #D580C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580C4; }
p { color: rgb(213,128,196); }
H1.HeaderClassName
{
color: #D580C4;
}
.AnyTagClassName
{
color: #D580C4;
}
</style>
background-color css
<style>
a { background-color: #D580C4; }
a { background-color: rgb(213,128,196); }
div.DivClassName
{
background-color: #D580C4;
}
.BgClassName
{
background-color: #D580C4;
}
</style>
border-color css
<style>
span { border-color: #D580C4; }
span { border-color: rgb(213,128,196); }
td.TdClassName
{
border-color: #D580C4;
}
.TagClassName
{
border-color: #D580C4;
}
</style>