Shades of Orchid #D564C3
Tints of Orchid #D564C3
RGB
CMYK
RGB Variations
Color information
#D564C3 (or 0xD564C3) is known color: Orchid. HEX triplet: D5, 64 and C3. RGB value is (213,100,195). Sum of RGB (Red+Green+Blue) = 213+100+195=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D564C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564C3 is #2A9B3C. Grayscale: #909090. Windows color (decimal): -2792253 or 12805333. OLE color: 12805333.
HSL color Cylindrical-coordinate representation of color #D564C3: hue angle of 309.56º 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 #D564C3 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 195 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.16 |
| HSL | 309.56º | 0.57% | 0.61% | - |
| HSV(B) | 309.56º | 0.53% | 0.84% | - |
| XYZ | 41.85 | 27.2 | 54.67 | - |
| YUV | 144.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 195 | 0 | 0.53 | 0.08 | 0.16 | 309.56 | 0.57 | 0.61 |
| Hex | D5 | 64 | C3 | 0 | 35 | 8 | 10 | 136 | 39 | 3D |
| Octal | 325 | 144 | 303 | 0 | 65 | 10 | 20 | 466 | 71 | 75 |
| Binary | 11010101 | 1100100 | 11000011 | 0 | 110101 | 1000 | 10000 | 100110110 | 111001 | 111101 |
Color Harmonies of #D564C3
Complementary color
Monochromatic Colors of #D564C3
Black with #D564C3
Text Example
Text Example
White with #D564C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564C3; }
p { color: rgb(213,100,195); }
H1.HeaderClassName
{
color: #D564C3;
}
.AnyTagClassName
{
color: #D564C3;
}
</style>
background-color css
<style>
a { background-color: #D564C3; }
a { background-color: rgb(213,100,195); }
div.DivClassName
{
background-color: #D564C3;
}
.BgClassName
{
background-color: #D564C3;
}
</style>
border-color css
<style>
span { border-color: #D564C3; }
span { border-color: rgb(213,100,195); }
td.TdClassName
{
border-color: #D564C3;
}
.TagClassName
{
border-color: #D564C3;
}
</style>