Shades of Orchid #D965BC
Tints of Orchid #D965BC
RGB
CMYK
RGB Variations
Color information
#D965BC (or 0xD965BC) is known color: Orchid. HEX triplet: D9, 65 and BC. RGB value is (217,101,188). Sum of RGB (Red+Green+Blue) = 217+101+188=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D965BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965BC is #269A43. Grayscale: #919191. Windows color (decimal): -2529860 or 12346841. OLE color: 12346841.
HSL color Cylindrical-coordinate representation of color #D965BC: hue angle of 315º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D965BC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 188 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.15 |
| HSL | 315º | 0.6% | 0.62% | - |
| HSV(B) | 315º | 0.53% | 0.85% | - |
| XYZ | 42.35 | 27.69 | 50.69 | - |
| YUV | 145.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 188 | 0 | 0.53 | 0.13 | 0.15 | 315 | 0.6 | 0.62 |
| Hex | D9 | 65 | BC | 0 | 35 | D | F | 13B | 3C | 3E |
| Octal | 331 | 145 | 274 | 0 | 65 | 15 | 17 | 473 | 74 | 76 |
| Binary | 11011001 | 1100101 | 10111100 | 0 | 110101 | 1101 | 1111 | 100111011 | 111100 | 111110 |
Color Harmonies of #D965BC
Complementary color
Monochromatic Colors of #D965BC
Black with #D965BC
Text Example
Text Example
White with #D965BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965BC; }
p { color: rgb(217,101,188); }
H1.HeaderClassName
{
color: #D965BC;
}
.AnyTagClassName
{
color: #D965BC;
}
</style>
background-color css
<style>
a { background-color: #D965BC; }
a { background-color: rgb(217,101,188); }
div.DivClassName
{
background-color: #D965BC;
}
.BgClassName
{
background-color: #D965BC;
}
</style>
border-color css
<style>
span { border-color: #D965BC; }
span { border-color: rgb(217,101,188); }
td.TdClassName
{
border-color: #D965BC;
}
.TagClassName
{
border-color: #D965BC;
}
</style>