Shades of Orchid #D574CC
Tints of Orchid #D574CC
RGB
CMYK
RGB Variations
Color information
#D574CC (or 0xD574CC) is known color: Orchid. HEX triplet: D5, 74 and CC. RGB value is (213,116,204). Sum of RGB (Red+Green+Blue) = 213+116+204=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D574CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574CC is #2A8B33. Grayscale: #9A9A9A. Windows color (decimal): -2788148 or 13399253. OLE color: 13399253.
HSL color Cylindrical-coordinate representation of color #D574CC: hue angle of 305.57º 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 #D574CC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 204 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.16 |
| HSL | 305.57º | 0.54% | 0.65% | - |
| HSV(B) | 305.57º | 0.46% | 0.84% | - |
| XYZ | 44.59 | 31 | 60.76 | - |
| YUV | 155.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 204 | 0 | 0.46 | 0.04 | 0.16 | 305.57 | 0.54 | 0.65 |
| Hex | D5 | 74 | CC | 0 | 2E | 4 | 10 | 132 | 36 | 41 |
| Octal | 325 | 164 | 314 | 0 | 56 | 4 | 20 | 462 | 66 | 101 |
| Binary | 11010101 | 1110100 | 11001100 | 0 | 101110 | 100 | 10000 | 100110010 | 110110 | 1000001 |
Color Harmonies of #D574CC
Complementary color
Monochromatic Colors of #D574CC
Black with #D574CC
Text Example
Text Example
White with #D574CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574CC; }
p { color: rgb(213,116,204); }
H1.HeaderClassName
{
color: #D574CC;
}
.AnyTagClassName
{
color: #D574CC;
}
</style>
background-color css
<style>
a { background-color: #D574CC; }
a { background-color: rgb(213,116,204); }
div.DivClassName
{
background-color: #D574CC;
}
.BgClassName
{
background-color: #D574CC;
}
</style>
border-color css
<style>
span { border-color: #D574CC; }
span { border-color: rgb(213,116,204); }
td.TdClassName
{
border-color: #D574CC;
}
.TagClassName
{
border-color: #D574CC;
}
</style>