Shades of Orchid #D963C9
Tints of Orchid #D963C9
RGB
CMYK
RGB Variations
Color information
#D963C9 (or 0xD963C9) is known color: Orchid. HEX triplet: D9, 63 and C9. RGB value is (217,99,201). Sum of RGB (Red+Green+Blue) = 217+99+201=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D963C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963C9 is #269C36. Grayscale: #919191. Windows color (decimal): -2530359 or 13198297. OLE color: 13198297.
HSL color Cylindrical-coordinate representation of color #D963C9: hue angle of 308.14º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963C9 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 201 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.15 |
| HSL | 308.14º | 0.61% | 0.62% | - |
| HSV(B) | 308.14º | 0.54% | 0.85% | - |
| XYZ | 43.62 | 27.89 | 58.34 | - |
| YUV | 145.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 201 | 0 | 0.54 | 0.07 | 0.15 | 308.14 | 0.61 | 0.62 |
| Hex | D9 | 63 | C9 | 0 | 36 | 7 | F | 134 | 3D | 3E |
| Octal | 331 | 143 | 311 | 0 | 66 | 7 | 17 | 464 | 75 | 76 |
| Binary | 11011001 | 1100011 | 11001001 | 0 | 110110 | 111 | 1111 | 100110100 | 111101 | 111110 |
Color Harmonies of #D963C9
Complementary color
Monochromatic Colors of #D963C9
Black with #D963C9
Text Example
Text Example
White with #D963C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963C9; }
p { color: rgb(217,99,201); }
H1.HeaderClassName
{
color: #D963C9;
}
.AnyTagClassName
{
color: #D963C9;
}
</style>
background-color css
<style>
a { background-color: #D963C9; }
a { background-color: rgb(217,99,201); }
div.DivClassName
{
background-color: #D963C9;
}
.BgClassName
{
background-color: #D963C9;
}
</style>
border-color css
<style>
span { border-color: #D963C9; }
span { border-color: rgb(217,99,201); }
td.TdClassName
{
border-color: #D963C9;
}
.TagClassName
{
border-color: #D963C9;
}
</style>