Shades of Orchid #D56CC3
Tints of Orchid #D56CC3
RGB
CMYK
RGB Variations
Color information
#D56CC3 (or 0xD56CC3) is known color: Orchid. HEX triplet: D5, 6C and C3. RGB value is (213,108,195). Sum of RGB (Red+Green+Blue) = 213+108+195=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CC3 is #2A933C. Grayscale: #959595. Windows color (decimal): -2790205 or 12807381. OLE color: 12807381.
HSL color Cylindrical-coordinate representation of color #D56CC3: hue angle of 310.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56CC3 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 195 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.16 |
| HSL | 310.29º | 0.56% | 0.63% | - |
| HSV(B) | 310.29º | 0.49% | 0.84% | - |
| XYZ | 42.65 | 28.81 | 54.94 | - |
| YUV | 149.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 195 | 0 | 0.49 | 0.08 | 0.16 | 310.29 | 0.56 | 0.63 |
| Hex | D5 | 6C | C3 | 0 | 31 | 8 | 10 | 136 | 38 | 3F |
| Octal | 325 | 154 | 303 | 0 | 61 | 10 | 20 | 466 | 70 | 77 |
| Binary | 11010101 | 1101100 | 11000011 | 0 | 110001 | 1000 | 10000 | 100110110 | 111000 | 111111 |
Color Harmonies of #D56CC3
Complementary color
Monochromatic Colors of #D56CC3
Black with #D56CC3
Text Example
Text Example
White with #D56CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CC3; }
p { color: rgb(213,108,195); }
H1.HeaderClassName
{
color: #D56CC3;
}
.AnyTagClassName
{
color: #D56CC3;
}
</style>
background-color css
<style>
a { background-color: #D56CC3; }
a { background-color: rgb(213,108,195); }
div.DivClassName
{
background-color: #D56CC3;
}
.BgClassName
{
background-color: #D56CC3;
}
</style>
border-color css
<style>
span { border-color: #D56CC3; }
span { border-color: rgb(213,108,195); }
td.TdClassName
{
border-color: #D56CC3;
}
.TagClassName
{
border-color: #D56CC3;
}
</style>