Shades of Orchid #D564C5
Tints of Orchid #D564C5
RGB
CMYK
RGB Variations
Color information
#D564C5 (or 0xD564C5) is known color: Orchid. HEX triplet: D5, 64 and C5. RGB value is (213,100,197). Sum of RGB (Red+Green+Blue) = 213+100+197=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D564C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564C5 is #2A9B3A. Grayscale: #909090. Windows color (decimal): -2792251 or 12936405. OLE color: 12936405.
HSL color Cylindrical-coordinate representation of color #D564C5: hue angle of 308.5º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564C5 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 197 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.16 |
| HSL | 308.5º | 0.57% | 0.61% | - |
| HSV(B) | 308.5º | 0.53% | 0.84% | - |
| XYZ | 42.08 | 27.29 | 55.87 | - |
| YUV | 144.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 197 | 0 | 0.53 | 0.08 | 0.16 | 308.5 | 0.57 | 0.61 |
| Hex | D5 | 64 | C5 | 0 | 35 | 8 | 10 | 134 | 39 | 3D |
| Octal | 325 | 144 | 305 | 0 | 65 | 10 | 20 | 464 | 71 | 75 |
| Binary | 11010101 | 1100100 | 11000101 | 0 | 110101 | 1000 | 10000 | 100110100 | 111001 | 111101 |
Color Harmonies of #D564C5
Complementary color
Monochromatic Colors of #D564C5
Black with #D564C5
Text Example
Text Example
White with #D564C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564C5; }
p { color: rgb(213,100,197); }
H1.HeaderClassName
{
color: #D564C5;
}
.AnyTagClassName
{
color: #D564C5;
}
</style>
background-color css
<style>
a { background-color: #D564C5; }
a { background-color: rgb(213,100,197); }
div.DivClassName
{
background-color: #D564C5;
}
.BgClassName
{
background-color: #D564C5;
}
</style>
border-color css
<style>
span { border-color: #D564C5; }
span { border-color: rgb(213,100,197); }
td.TdClassName
{
border-color: #D564C5;
}
.TagClassName
{
border-color: #D564C5;
}
</style>