Shades of Orchid #D96BCC
Tints of Orchid #D96BCC
RGB
CMYK
RGB Variations
Color information
#D96BCC (or 0xD96BCC) is known color: Orchid. HEX triplet: D9, 6B and CC. RGB value is (217,107,204). Sum of RGB (Red+Green+Blue) = 217+107+204=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BCC is #269433. Grayscale: #969696. Windows color (decimal): -2528308 or 13396953. OLE color: 13396953.
HSL color Cylindrical-coordinate representation of color #D96BCC: hue angle of 307.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BCC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 204 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.15 |
| HSL | 307.09º | 0.59% | 0.64% | - |
| HSV(B) | 307.09º | 0.51% | 0.85% | - |
| XYZ | 44.77 | 29.63 | 60.49 | - |
| YUV | 150.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 204 | 0 | 0.51 | 0.06 | 0.15 | 307.09 | 0.59 | 0.64 |
| Hex | D9 | 6B | CC | 0 | 33 | 6 | F | 133 | 3B | 40 |
| Octal | 331 | 153 | 314 | 0 | 63 | 6 | 17 | 463 | 73 | 100 |
| Binary | 11011001 | 1101011 | 11001100 | 0 | 110011 | 110 | 1111 | 100110011 | 111011 | 1000000 |
Color Harmonies of #D96BCC
Complementary color
Monochromatic Colors of #D96BCC
Black with #D96BCC
Text Example
Text Example
White with #D96BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BCC; }
p { color: rgb(217,107,204); }
H1.HeaderClassName
{
color: #D96BCC;
}
.AnyTagClassName
{
color: #D96BCC;
}
</style>
background-color css
<style>
a { background-color: #D96BCC; }
a { background-color: rgb(217,107,204); }
div.DivClassName
{
background-color: #D96BCC;
}
.BgClassName
{
background-color: #D96BCC;
}
</style>
border-color css
<style>
span { border-color: #D96BCC; }
span { border-color: rgb(217,107,204); }
td.TdClassName
{
border-color: #D96BCC;
}
.TagClassName
{
border-color: #D96BCC;
}
</style>