Shades of Orchid #D574C3
Tints of Orchid #D574C3
RGB
CMYK
RGB Variations
Color information
#D574C3 (or 0xD574C3) is known color: Orchid. HEX triplet: D5, 74 and C3. RGB value is (213,116,195). Sum of RGB (Red+Green+Blue) = 213+116+195=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D574C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574C3 is #2A8B3C. Grayscale: #999999. Windows color (decimal): -2788157 or 12809429. OLE color: 12809429.
HSL color Cylindrical-coordinate representation of color #D574C3: hue angle of 311.13º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574C3 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 195 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.16 |
| HSL | 311.13º | 0.54% | 0.65% | - |
| HSV(B) | 311.13º | 0.46% | 0.84% | - |
| XYZ | 43.54 | 30.58 | 55.24 | - |
| YUV | 154.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 195 | 0 | 0.46 | 0.08 | 0.16 | 311.13 | 0.54 | 0.65 |
| Hex | D5 | 74 | C3 | 0 | 2E | 8 | 10 | 137 | 36 | 41 |
| Octal | 325 | 164 | 303 | 0 | 56 | 10 | 20 | 467 | 66 | 101 |
| Binary | 11010101 | 1110100 | 11000011 | 0 | 101110 | 1000 | 10000 | 100110111 | 110110 | 1000001 |
Color Harmonies of #D574C3
Complementary color
Monochromatic Colors of #D574C3
Black with #D574C3
Text Example
Text Example
White with #D574C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574C3; }
p { color: rgb(213,116,195); }
H1.HeaderClassName
{
color: #D574C3;
}
.AnyTagClassName
{
color: #D574C3;
}
</style>
background-color css
<style>
a { background-color: #D574C3; }
a { background-color: rgb(213,116,195); }
div.DivClassName
{
background-color: #D574C3;
}
.BgClassName
{
background-color: #D574C3;
}
</style>
border-color css
<style>
span { border-color: #D574C3; }
span { border-color: rgb(213,116,195); }
td.TdClassName
{
border-color: #D574C3;
}
.TagClassName
{
border-color: #D574C3;
}
</style>