Shades of Orchid #D562C1
Tints of Orchid #D562C1
RGB
CMYK
RGB Variations
Color information
#D562C1 (or 0xD562C1) is known color: Orchid. HEX triplet: D5, 62 and C1. RGB value is (213,98,193). Sum of RGB (Red+Green+Blue) = 213+98+193=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D562C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562C1 is #2A9D3E. Grayscale: #8E8E8E. Windows color (decimal): -2792767 or 12673749. OLE color: 12673749.
HSL color Cylindrical-coordinate representation of color #D562C1: hue angle of 310.43º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D562C1 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 193 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.16 |
| HSL | 310.43º | 0.58% | 0.61% | - |
| HSV(B) | 310.43º | 0.54% | 0.84% | - |
| XYZ | 41.43 | 26.73 | 53.43 | - |
| YUV | 143.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 193 | 0 | 0.54 | 0.09 | 0.16 | 310.43 | 0.58 | 0.61 |
| Hex | D5 | 62 | C1 | 0 | 36 | 9 | 10 | 136 | 3A | 3D |
| Octal | 325 | 142 | 301 | 0 | 66 | 11 | 20 | 466 | 72 | 75 |
| Binary | 11010101 | 1100010 | 11000001 | 0 | 110110 | 1001 | 10000 | 100110110 | 111010 | 111101 |
Color Harmonies of #D562C1
Complementary color
Monochromatic Colors of #D562C1
Black with #D562C1
Text Example
Text Example
White with #D562C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D562C1; }
p { color: rgb(213,98,193); }
H1.HeaderClassName
{
color: #D562C1;
}
.AnyTagClassName
{
color: #D562C1;
}
</style>
background-color css
<style>
a { background-color: #D562C1; }
a { background-color: rgb(213,98,193); }
div.DivClassName
{
background-color: #D562C1;
}
.BgClassName
{
background-color: #D562C1;
}
</style>
border-color css
<style>
span { border-color: #D562C1; }
span { border-color: rgb(213,98,193); }
td.TdClassName
{
border-color: #D562C1;
}
.TagClassName
{
border-color: #D562C1;
}
</style>