Shades of Orchid #D96CCB
Tints of Orchid #D96CCB
RGB
CMYK
RGB Variations
Color information
#D96CCB (or 0xD96CCB) is known color: Orchid. HEX triplet: D9, 6C and CB. RGB value is (217,108,203). Sum of RGB (Red+Green+Blue) = 217+108+203=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CCB is #269334. Grayscale: #979797. Windows color (decimal): -2528053 or 13331673. OLE color: 13331673.
HSL color Cylindrical-coordinate representation of color #D96CCB: hue angle of 307.71º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CCB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 203 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.15 |
| HSL | 307.71º | 0.59% | 0.64% | - |
| HSV(B) | 307.71º | 0.5% | 0.85% | - |
| XYZ | 44.76 | 29.79 | 59.89 | - |
| YUV | 151.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 203 | 0 | 0.50 | 0.06 | 0.15 | 307.71 | 0.59 | 0.64 |
| Hex | D9 | 6C | CB | 0 | 32 | 6 | F | 134 | 3B | 40 |
| Octal | 331 | 154 | 313 | 0 | 62 | 6 | 17 | 464 | 73 | 100 |
| Binary | 11011001 | 1101100 | 11001011 | 0 | 110010 | 110 | 1111 | 100110100 | 111011 | 1000000 |
Color Harmonies of #D96CCB
Complementary color
Monochromatic Colors of #D96CCB
Black with #D96CCB
Text Example
Text Example
White with #D96CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CCB; }
p { color: rgb(217,108,203); }
H1.HeaderClassName
{
color: #D96CCB;
}
.AnyTagClassName
{
color: #D96CCB;
}
</style>
background-color css
<style>
a { background-color: #D96CCB; }
a { background-color: rgb(217,108,203); }
div.DivClassName
{
background-color: #D96CCB;
}
.BgClassName
{
background-color: #D96CCB;
}
</style>
border-color css
<style>
span { border-color: #D96CCB; }
span { border-color: rgb(217,108,203); }
td.TdClassName
{
border-color: #D96CCB;
}
.TagClassName
{
border-color: #D96CCB;
}
</style>