Shades of Orchid #D963CA
Tints of Orchid #D963CA
RGB
CMYK
RGB Variations
Color information
#D963CA (or 0xD963CA) is known color: Orchid. HEX triplet: D9, 63 and CA. RGB value is (217,99,202). Sum of RGB (Red+Green+Blue) = 217+99+202=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D963CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963CA is #269C35. Grayscale: #919191. Windows color (decimal): -2530358 or 13263833. OLE color: 13263833.
HSL color Cylindrical-coordinate representation of color #D963CA: hue angle of 307.63º 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 #D963CA is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 202 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.15 |
| HSL | 307.63º | 0.61% | 0.62% | - |
| HSV(B) | 307.63º | 0.54% | 0.85% | - |
| XYZ | 43.74 | 27.94 | 58.96 | - |
| YUV | 146.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 202 | 0 | 0.54 | 0.07 | 0.15 | 307.63 | 0.61 | 0.62 |
| Hex | D9 | 63 | CA | 0 | 36 | 7 | F | 134 | 3D | 3E |
| Octal | 331 | 143 | 312 | 0 | 66 | 7 | 17 | 464 | 75 | 76 |
| Binary | 11011001 | 1100011 | 11001010 | 0 | 110110 | 111 | 1111 | 100110100 | 111101 | 111110 |
Color Harmonies of #D963CA
Complementary color
Monochromatic Colors of #D963CA
Black with #D963CA
Text Example
Text Example
White with #D963CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963CA; }
p { color: rgb(217,99,202); }
H1.HeaderClassName
{
color: #D963CA;
}
.AnyTagClassName
{
color: #D963CA;
}
</style>
background-color css
<style>
a { background-color: #D963CA; }
a { background-color: rgb(217,99,202); }
div.DivClassName
{
background-color: #D963CA;
}
.BgClassName
{
background-color: #D963CA;
}
</style>
border-color css
<style>
span { border-color: #D963CA; }
span { border-color: rgb(217,99,202); }
td.TdClassName
{
border-color: #D963CA;
}
.TagClassName
{
border-color: #D963CA;
}
</style>